Restore a lost FIX_BUGS

This commit is contained in:
Clownacy 2020-07-08 00:39:01 +01:00
parent 4d3aae328b
commit ca1ed4f642

View file

@ -30,7 +30,10 @@ BOOL InitBack(const char *fName, int type)
if (fgetc(fp) != 'B' || fgetc(fp) != 'M')
{
#ifdef FIX_BUGS
// The original game forgets to close fp
fclose(fp);
#endif
return FALSE;
}