Skip to content

Commit

Permalink
Use Final Doom EXE only for TNT and Plutonia. (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelodicSpaceship authored Dec 30, 2024
1 parent 1640988 commit 08a546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 08a546b

Please sign in to comment.