changed defaults to make them more clear they're just a default value

This commit is contained in:
lambdatiger 2024-02-15 21:04:05 -06:00
parent dfdea2d9c7
commit 6cbfe15c4c

View File

@ -9,11 +9,11 @@ PREP_RECOMPILE_END;
GVAR(spallMaterialCache) = createHashMap;
GVAR(spallInfoCache) = createHashMap;
GVAR(shouldSpallCache) = createHashMap;
GVAR(nextSpallAllowTime) = -2;
GVAR(nextSpallAllowTime) = -1;
GVAR(shouldFragCache) = createHashMap;
GVAR(fragInfoCache) = createHashMap;
GVAR(lastFragTime) = -2;
GVAR(lastFragTime) = -1;
#include "initSettings.inc.sqf"