mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Capitalized config entries
This commit is contained in:
parent
2f1c7d9bf7
commit
ea654c8e56
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
class CfgAmmo {
|
class CfgAmmo {
|
||||||
|
|
||||||
#include "cfgAmmoBaseEH.hpp"
|
#include "CfgAmmoBaseEH.hpp"
|
||||||
|
|
||||||
class B_65x39_Caseless: BulletBase {
|
class B_65x39_Caseless: BulletBase {
|
||||||
class EventHandlers: EventHandlers {};
|
class EventHandlers: EventHandlers {};
|
||||||
@ -101,7 +101,7 @@ class CfgAmmo {
|
|||||||
caliber = 2.8;
|
caliber = 2.8;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "cfgAmmoSpall.hpp"
|
#include "CfgAmmoSpall.hpp"
|
||||||
#include "cfgAmmoFragSpawner.hpp"
|
#include "CfgAmmoFragSpawner.hpp"
|
||||||
#include "cfgAmmoFragParameters.hpp"
|
#include "CfgAmmoFragParameters.hpp"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user