Use Final Doom EXE only for TNT and Plutonia. (#2106)

This commit is contained in:
MelodicSpaceship 2024-12-30 08:28:57 -08:00 committed by GitHub
parent 164098805c
commit 08a546ba47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;