mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Use Final Doom EXE only for TNT and Plutonia. (#2106)
This commit is contained in:
parent
164098805c
commit
08a546ba47
@ -957,7 +957,7 @@ static void InitGameVersion(void)
|
|||||||
// Determine automatically
|
// Determine automatically
|
||||||
|
|
||||||
if (gamemode == shareware || gamemode == registered ||
|
if (gamemode == shareware || gamemode == registered ||
|
||||||
(gamemode == commercial && (gamemission == doom2 || gamemission == pack_chex3v)))
|
(gamemode == commercial && gamemission != pack_tnt && gamemission != pack_plut))
|
||||||
{
|
{
|
||||||
// original
|
// original
|
||||||
gameversion = exe_doom_1_9;
|
gameversion = exe_doom_1_9;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user