diff --git a/addons/movement/CfgVehicles.hpp b/addons/movement/CfgVehicles.hpp index 0c1df63681..e620d38a24 100644 --- a/addons/movement/CfgVehicles.hpp +++ b/addons/movement/CfgVehicles.hpp @@ -1,6 +1,6 @@ class CfgVehicles { class Man; class CAManBase: Man { - maxGunElev = 80; // Allows look further up (default: 60) + maxGunElev = 80; // Allows looking further up (default: 60) }; };