- fixed: For Chex Quest some CVars were initialized to Heretic's default.
SVN r1223 (trunk)
This commit is contained in:
parent
d8dad009e1
commit
c86ca5e891
2 changed files with 5 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue