mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- CQ3 detection was broken.
SVN r1220 (trunk)
This commit is contained in:
parent
2c74e287a9
commit
f625b92704
1 changed files with 2 additions and 1 deletions
|
@ -1559,7 +1559,8 @@ static EIWADType ScanIWAD (const char *iwad)
|
|||
if (!lumpsfound[Check_Mapinfo])
|
||||
{
|
||||
// The original release won't work without its hacked custom EXE.
|
||||
I_FatalError("Found an incompatible version of Chex Quest 3");
|
||||
//I_FatalError("Found an incompatible version of Chex Quest 3");
|
||||
return NUM_IWAD_TYPES; // Can't use it.
|
||||
}
|
||||
return IWAD_ChexQuest3;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue