- 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
parent d8dad009e1
commit c86ca5e891
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
September 14, 2008 (Changes by Graf Zahl)
- fixed: For Chex Quest some CVars were initialized to Heretic's default.
- fixed pickup message for LargeZorchPack.
September 13, 2008 (Changes by Graf Zahl)
- Moved IF_ALWAYSPICKUP and GiveQuest into CallTryPickup so that they are
automatically used by all inventory classes.

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);
}