aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/StringTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/StringTable.cpp')
-rw-r--r--Minecraft.Client/StringTable.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/Minecraft.Client/StringTable.cpp b/Minecraft.Client/StringTable.cpp
index e4baecac..bdee2ca9 100644
--- a/Minecraft.Client/StringTable.cpp
+++ b/Minecraft.Client/StringTable.cpp
@@ -44,7 +44,7 @@ void StringTable::ProcessStringTableData(void)
app.getLocale(locales);
bool foundLang = false;
- __int64 bytesToSkip = 0;
+ int64_t bytesToSkip = 0;
int dataSize = 0;
//
@@ -118,9 +118,7 @@ void StringTable::ProcessStringTableData(void)
else
{
app.DebugPrintf("Failed to get language\n");
-#ifdef _DEBUG
- __debugbreak();
-#endif
+
isStatic = false;
}