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

@ -11,7 +11,7 @@
bool ZoneDumperT6::CanHandleZone(Zone* zone)
{
return zone->m_game == &game_t6;
return zone->m_game == &g_GameT6;
}
bool ZoneDumperT6::DumpZone(Zone* zone, const std::string& basePath)