mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-23 14:55:52 +00:00
refactor: only refer to game id in zone
This commit is contained in:
@@ -585,7 +585,7 @@ namespace
|
||||
]
|
||||
})MATERIAL");
|
||||
|
||||
Zone zone("MockZone", 0, IGame::GetGameById(GameId::IW5));
|
||||
Zone zone("MockZone", 0, GameId::IW5);
|
||||
|
||||
MemoryManager memory;
|
||||
MockSearchPath mockObjPath;
|
||||
|
Reference in New Issue
Block a user