Fixed comment typo

This commit is contained in:
jonpas 2015-07-15 00:36:05 +02:00
parent 338aa19aaa
commit 174ef91b82

View File

@ -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)
};
};