Is he stupid? (#16)
This commit is contained in:
parent
7a6de57a99
commit
732e50156e
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ UINT16 W_InitFile(const char *filename, boolean mainfile, boolean startup, wadco
|
|||
wadfile->compatmode = CheckCompatZip(numwadfiles - 1);
|
||||
break;
|
||||
default:
|
||||
wadfile->compatmode = false;
|
||||
wadfile->compatmode = CheckCompatFilename(filename);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue