Cleanup use of ACE_HashLocation (#4975)

This commit is contained in:
PabstMirror 2017-03-08 03:15:15 -06:00 committed by BaerMitUmlaut
parent e2c04a80c4
commit 0841c05a6d
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@
class CfgLocationTypes { class CfgLocationTypes {
class ACE_HashLocation { class ACE_HashLocation {
color[] = {0,0,0,0}; color[] = {0,0,0,0};
drawStyle = "bananas"; drawStyle = "WARNING-ACE_HashLocation_is_deprecated"; // Replaced by CBA_fnc_createNamespace
font = "RobotoCondensed"; font = "RobotoCondensed";
importance = 5; importance = 5;
name = "HashLocation"; name = "HashLocation";

View File

@ -3,8 +3,7 @@
// Cache for static objects // Cache for static objects
GVAR(cacheStaticModels) = createLocation ["ACE_HashLocation", [-10000,-10000,-10000], 0, 0]; GVAR(cacheStaticModels) = [false] call CBA_fnc_createNamespace;
GVAR(cacheStaticModels) setText QGVAR(cacheStaticModels);
// Consider static everything vehicle that inherit from Static // Consider static everything vehicle that inherit from Static
// This include houses (which we don't need), but also walls, that we do // This include houses (which we don't need), but also walls, that we do