mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
- 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
|
@ -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)
|
September 13, 2008 (Changes by Graf Zahl)
|
||||||
- Moved IF_ALWAYSPICKUP and GiveQuest into CallTryPickup so that they are
|
- Moved IF_ALWAYSPICKUP and GiveQuest into CallTryPickup so that they are
|
||||||
automatically used by all inventory classes.
|
automatically used by all inventory classes.
|
||||||
|
|
|
@ -258,7 +258,7 @@ void FGameConfigFile::DoGameSetup (const char *gamename)
|
||||||
ReadCVars (0);
|
ReadCVars (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (game != Doom && game != Strife)
|
if (game != Doom && game != Strife && game != Chex)
|
||||||
{
|
{
|
||||||
SetRavenDefaults (game == Hexen);
|
SetRavenDefaults (game == Hexen);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue