Corrected the language path for loading art files

This commit is contained in:
NovaRain
2022-08-08 22:08:24 +08:00
parent 1e5fd7fd13
commit 050af07b3b
+3
View File
@@ -4043,6 +4043,9 @@ void BugFixes::init() {
// Fix for float_msg function not setting the purple or black text color correctly (was always grey)
MakeCall(0x459415, op_float_msg_hack, 2);
// Corrects the language path for loading art files
SafeWriteBatch<DWORD>((DWORD)&"art\\%s%s", {0x419B00, 0x419C06}); // art_data_size_, art_data_load_
}
}