mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixes and spaces
This commit is contained in:
parent
5ffe1fa3e5
commit
425be3a6c2
@ -1,6 +1,6 @@
|
|||||||
class Extended_PreInit_EventHandlers {
|
class Extended_PreInit_EventHandlers {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
|
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@ class CfgPatches {
|
|||||||
#include "CfgVehicles.hpp"
|
#include "CfgVehicles.hpp"
|
||||||
|
|
||||||
class ACE_Parameters_Boolean {
|
class ACE_Parameters_Boolean {
|
||||||
// Boolean Parameters (0/1)
|
|
||||||
GVAR(SavePreDeathGear) = 0;
|
GVAR(SavePreDeathGear) = 0;
|
||||||
GVAR(RemoveDeadBodiesDisonncected) = 1;
|
GVAR(RemoveDeadBodiesDisonncected) = 1;
|
||||||
};
|
};
|
||||||
|
1
addons/respawn/functions/script_component.hpp
Normal file
1
addons/respawn/functions/script_component.hpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "\z\ace\addons\respawn\script_component.hpp"
|
Loading…
Reference in New Issue
Block a user