additional changes for spalling material consideration

This commit is contained in:
lambdatiger 2024-01-09 14:01:12 -06:00
parent 48d37a96e0
commit ed116f1b2b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ PREP(addBlackList);
PREP(initBlackList);
PREP(submunition);
PREP(shouldFrag);
PREP(fragInfo);
PREP(getFragInfo);
PREP(doFrag);
PREP(doFragTargeted);
PREP(doFragRandom);

View File

@ -8,7 +8,7 @@ PREP_RECOMPILE_END;
GVAR(materialSpallCache) = createHashMap;
GVAR(spallRoundCache) = createHashMap;
GVAR(spallRoundCache) = createHashMapFromArray [["", "metal"]];
GVAR(lastSpallTime) = -2;
GVAR(shouldFragCache) = createHashMap;