- fixed: For Chex Quest some CVars were initialized to Heretic's default.

SVN r1223 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-14 10:28:20 +00:00
commit c86ca5e891
2 changed files with 5 additions and 1 deletions

View file

@ -258,7 +258,7 @@ void FGameConfigFile::DoGameSetup (const char *gamename)
ReadCVars (0);
}
if (game != Doom && game != Strife)
if (game != Doom && game != Strife && game != Chex)
{
SetRavenDefaults (game == Hexen);
}