2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 02:01:51 +00:00

refactor: fix x64 compilation for ZoneLoading

This commit is contained in:
Jan
2025-04-26 11:45:33 +01:00
committed by Jan Laupetin
parent de43e33dcd
commit 3b00c1d45b
13 changed files with 75 additions and 79 deletions

View File

@ -14,7 +14,7 @@ public:
};
std::string m_name;
int m_index;
unsigned m_index;
Type m_type;
uint8_t* m_buffer;