ACE3/addons/artillerytables/CfgVehicles.hpp

8 lines
202 B
C++
Raw Normal View History

2019-03-02 06:26:02 +00:00
class CfgVehicles {
2019-03-22 19:06:42 +00:00
class StaticWeapon;
class StaticMortar: StaticWeapon {
// Small mortars seem to need the alternate elevation calculations,
2019-03-16 16:56:58 +00:00
GVAR(showGunLaying) = 2;
};
2019-03-02 06:26:02 +00:00
};