Skip to content

Commit

Permalink
Minor tweak to output when using IDCLEV cheat
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Aug 25, 2024
1 parent e089600 commit 1dcc234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,7 @@ void G_InitNew(skill_t skill, int ep, int map)
|| (!M_StringCompare(console[numconsolestrings - 2].string, "newgame")
&& !M_StringStartsWith(console[numconsolestrings - 2].string, "map ")
&& !M_StringStartsWith(console[numconsolestrings - 1].string, "load ")
&& !M_StringStartsWith(console[numconsolestrings - 1].string, "Warping ")
&& !autostart))
C_Input("newgame");

Expand Down

0 comments on commit 1dcc234

Please sign in to comment.