mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-05 16:27:27 +00:00
refactor: only refer to game id in zone
This commit is contained in:
@@ -20,7 +20,7 @@ namespace
|
||||
public:
|
||||
TestContext()
|
||||
: m_memory(),
|
||||
m_zone("test", 0, IGame::GetGameById(GameId::T6)),
|
||||
m_zone("test", 0, GameId::T6),
|
||||
m_zone_definition(),
|
||||
m_zone_states(m_zone),
|
||||
m_creators(m_zone),
|
||||
|
Reference in New Issue
Block a user