Update CfgVehicles.hpp

another typo few lines below
This commit is contained in:
Grzegorz 2015-05-02 01:26:54 +02:00
parent 02262a54b9
commit c9cf1d2455

View File

@ -59,7 +59,7 @@ class CfgVehicles {
class Arguments { class Arguments {
class airResistanceEnabled { class airResistanceEnabled {
displayName = "Air Resistance"; displayName = "Air Resistance";
description = "For Player Shots, Model Air Restiance and Wind Effects"; description = "For Player Shots, Model Air Resistance and Wind Effects";
typeName = "BOOL"; typeName = "BOOL";
defaultValue = 1; defaultValue = 1;
}; };