This commit is contained in:
PabstMirror 2015-04-07 19:22:33 -05:00
parent b9341033d7
commit 65d61ad1e3
4 changed files with 1 additions and 7 deletions

View File

@ -15,7 +15,7 @@ class CfgPatches {
#include "RscDisplayInventory.hpp"
class ACE_Settings {
class GVAR(useMils) {
class GVAR(inventoryDisplaySize) {
value = 0;
typeName = "SCALAR";
isClientSetable = 1;

View File

@ -1,3 +0,0 @@
class CfgMagazines {
};

View File

@ -13,7 +13,6 @@ class CfgPatches {
};
#include "CfgEventHandlers.hpp"
#include "CfgMagazines.hpp"
#include "CfgVehicles.hpp"
#include "CfgWeapons.hpp"

View File

@ -57,8 +57,6 @@ if (_newMuzzleVelocityCoefficent != 1) then {
_muzzleVelocity = _muzzleVelocity + _muzzleVelocityShift;
};
systemChat format ["PFEH for %1", _ammo];
[{
private ["_deltaT", "_bulletVelocity", "_bulletSpeed", "_trueVelocity", "_trueSpeed", "_dragRef", "_accelRef", "_drag", "_accel"];
PARAMS_2(_args,_pfID);