Merge branch 'master' of github.com:fabiangreffrath/woof

This commit is contained in:
Fabian Greffrath 2024-12-30 17:47:55 +01:00
commit 79c801ce90

View File

@ -957,7 +957,7 @@ static void InitGameVersion(void)
// Determine automatically
if (gamemode == shareware || gamemode == registered ||
(gamemode == commercial && (gamemission == doom2 || gamemission == pack_chex3v)))
(gamemode == commercial && gamemission != pack_tnt && gamemission != pack_plut))
{
// original
gameversion = exe_doom_1_9;