refactor: fix x64 compilation for ZoneLoading

This commit is contained in:
Jan
2025-04-26 19:48:03 +02:00
committed by Jan Laupetin
parent de43e33dcd
commit 3b00c1d45b
13 changed files with 75 additions and 79 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public:
};
std::string m_name;
int m_index;
unsigned m_index;
Type m_type;
uint8_t* m_buffer;