- CQ3 detection was broken.

SVN r1220 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-13 21:02:29 +00:00
parent 2c74e287a9
commit f625b92704
1 changed files with 2 additions and 1 deletions

View File

@ -1559,7 +1559,8 @@ static EIWADType ScanIWAD (const char *iwad)
if (!lumpsfound[Check_Mapinfo]) if (!lumpsfound[Check_Mapinfo])
{ {
// The original release won't work without its hacked custom EXE. // 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; return IWAD_ChexQuest3;
} }