ZoneCommon: Change name of global variable for the T6 Game instance

This commit is contained in:
Jan
2019-12-29 16:39:29 +01:00
parent c488e4c714
commit a0d4e87b8e
4 changed files with 4 additions and 4 deletions

View File

@ -290,7 +290,7 @@ public:
return nullptr;
// Create new zone
auto* zone = new Zone(fileName, 0, new GameAssetPoolT6(0), &game_t6);
auto* zone = new Zone(fileName, 0, new GameAssetPoolT6(0), &g_GameT6);
zone->m_language = GetZoneLanguage(fileName);
// File is supported. Now setup all required steps for loading this file.