fixes and spaces

This commit is contained in:
bux578 2015-01-13 15:28:03 +01:00
parent 5ffe1fa3e5
commit 425be3a6c2
18 changed files with 173 additions and 173 deletions

View File

@ -1,6 +1,6 @@
class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE( call compile preprocessFileLineNumbers PATHTOF(XEH_preInit.sqf) );
init = QUOTE( call COMPILE_FILE(XEH_preInit) );
};
};

View File

@ -20,7 +20,6 @@ class CfgPatches {
#include "CfgVehicles.hpp"
class ACE_Parameters_Boolean {
// Boolean Parameters (0/1)
GVAR(SavePreDeathGear) = 0;
GVAR(RemoveDeadBodiesDisonncected) = 1;
};

View File

@ -0,0 +1 @@
#include "\z\ace\addons\respawn\script_component.hpp"