mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
ZoneCommon: Change name of global variable for the T6 Game instance
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
using namespace T6;
|
||||
|
||||
GameT6 game_t6;
|
||||
GameT6 g_GameT6;
|
||||
|
||||
void GameT6::AddZone(Zone* zone)
|
||||
{
|
||||
|
@ -11,4 +11,4 @@ public:
|
||||
std::vector<Zone*> GetZones() override;
|
||||
};
|
||||
|
||||
extern GameT6 game_t6;
|
||||
extern GameT6 g_GameT6;
|
Reference in New Issue
Block a user