mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
opps
This commit is contained in:
parent
b9341033d7
commit
65d61ad1e3
@ -15,7 +15,7 @@ class CfgPatches {
|
||||
#include "RscDisplayInventory.hpp"
|
||||
|
||||
class ACE_Settings {
|
||||
class GVAR(useMils) {
|
||||
class GVAR(inventoryDisplaySize) {
|
||||
value = 0;
|
||||
typeName = "SCALAR";
|
||||
isClientSetable = 1;
|
||||
|
@ -1,3 +0,0 @@
|
||||
class CfgMagazines {
|
||||
|
||||
};
|
@ -13,7 +13,6 @@ class CfgPatches {
|
||||
};
|
||||
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user