LoadInterfaceStrings: don't call fclose with a NULL FILE pointer
This commit is contained in:
parent
85b44d0163
commit
eff7bec0b0
|
|
@ -2146,11 +2146,11 @@ void LoadInterfaceStrings(void) {
|
|||
gTrans_fonts[10] = &gFonts[kFont_DRKPLAQ1];
|
||||
gTrans_fonts[11] = &gFonts[kFont_BUTTOUT1];
|
||||
gTrans_fonts[12] = &gFonts[kFont_BUTTIN1];
|
||||
#ifdef DETHRACE_FIX_BUGS
|
||||
fclose(f);
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef DETHRACE_FIX_BUGS
|
||||
fclose(f);
|
||||
#endif
|
||||
}
|
||||
|
||||
// IDA: void __cdecl FlushInterfaceFonts()
|
||||
|
|
|
|||
Loading…
Reference in New Issue