mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Corrected the language path for loading art files
This commit is contained in:
@@ -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_
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user