mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Hearing - Remove outdated 12.7x108mm audibleFire value (#9193)
* 127x108_hearing * 127x108_hearing
This commit is contained in:
parent
793ef7bba5
commit
626d886b3b
@ -1,7 +0,0 @@
|
|||||||
// Setting up old stuff for A3
|
|
||||||
class CfgAmmo {
|
|
||||||
class BulletBase;
|
|
||||||
class B_127x108_Ball: BulletBase {
|
|
||||||
audibleFire = 15;
|
|
||||||
};
|
|
||||||
};
|
|
@ -18,6 +18,5 @@ class CfgPatches {
|
|||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
#include "CfgSounds.hpp"
|
#include "CfgSounds.hpp"
|
||||||
#include "CfgWeapons.hpp"
|
#include "CfgWeapons.hpp"
|
||||||
#include "CfgAmmo.hpp"
|
|
||||||
#include "ACE_Settings.hpp"
|
#include "ACE_Settings.hpp"
|
||||||
#include "ACE_Arsenal_Stats.hpp"
|
#include "ACE_Arsenal_Stats.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user