mirror of
https://forge.banditvault.co.uk/racoon/MinecraftConsoles.git
synced 2026-05-22 07:04:37 +00:00
Remove all MSVC __int64 (#742)
This commit is contained in:
@@ -44,7 +44,7 @@ void StringTable::ProcessStringTableData(void)
|
||||
app.getLocale(locales);
|
||||
|
||||
bool foundLang = false;
|
||||
__int64 bytesToSkip = 0;
|
||||
int64_t bytesToSkip = 0;
|
||||
int dataSize = 0;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user