From 08a546ba47f7694ed65803bfe58237bc8c497aff Mon Sep 17 00:00:00 2001 From: MelodicSpaceship <172088408+MelodicSpaceship@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:28:57 -0800 Subject: [PATCH] Use Final Doom EXE only for TNT and Plutonia. (#2106) --- src/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.c b/src/d_main.c index 9014ddd81..298561c23 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -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;