ACE3/addons/artillerytables/CfgVehicles.hpp
2019-03-22 14:06:42 -05:00

8 lines
202 B
C++

class CfgVehicles {
class StaticWeapon;
class StaticMortar: StaticWeapon {
// Small mortars seem to need the alternate elevation calculations,
GVAR(showGunLaying) = 2;
};
};