Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JadingTsunami committed Feb 12, 2024
1 parent ba5682a commit 18a948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prboom2/src/SDL/i_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ static void I_Quit (void)
if (demorecording)
G_CheckDemoStatus();
M_SaveDefaults ();
if (!netgame && !demorecording && !demoplayback && !gameaction == ga_playdemo)
if (!netgame && !demorecording && !demoplayback && gameaction != ga_playdemo)
C_SaveSettings();
I_DemoExShutdown();
}
Expand Down

0 comments on commit 18a948c

Please sign in to comment.