diff options
| -rw-r--r-- | sys/src/games/doom/p_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/doom/p_switch.c b/sys/src/games/doom/p_switch.c index c389fb30f..0a8b277c4 100644 --- a/sys/src/games/doom/p_switch.c +++ b/sys/src/games/doom/p_switch.c @@ -112,7 +112,7 @@ void P_InitSwitchList(void) episode = 1; - if (gamemode == registered) + if (gamemode == registered || gamemode == retail) episode = 2; else if ( gamemode == commercial ) |
