mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
changed defaults to make them more clear they're just a default value
This commit is contained in:
parent
dfdea2d9c7
commit
6cbfe15c4c
@ -9,11 +9,11 @@ PREP_RECOMPILE_END;
|
|||||||
GVAR(spallMaterialCache) = createHashMap;
|
GVAR(spallMaterialCache) = createHashMap;
|
||||||
GVAR(spallInfoCache) = createHashMap;
|
GVAR(spallInfoCache) = createHashMap;
|
||||||
GVAR(shouldSpallCache) = createHashMap;
|
GVAR(shouldSpallCache) = createHashMap;
|
||||||
GVAR(nextSpallAllowTime) = -2;
|
GVAR(nextSpallAllowTime) = -1;
|
||||||
|
|
||||||
GVAR(shouldFragCache) = createHashMap;
|
GVAR(shouldFragCache) = createHashMap;
|
||||||
GVAR(fragInfoCache) = createHashMap;
|
GVAR(fragInfoCache) = createHashMap;
|
||||||
GVAR(lastFragTime) = -2;
|
GVAR(lastFragTime) = -1;
|
||||||
|
|
||||||
#include "initSettings.inc.sqf"
|
#include "initSettings.inc.sqf"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user