fix save menu displayed in snapshot if save while demo is playing (#746)

This commit is contained in:
Roman Fomin 2022-09-25 17:05:38 +07:00 committed by GitHub
parent 9f6d273ee3
commit ec70ecad6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2186,7 +2186,7 @@ void G_Ticker(void)
if (demoplayback && sendsave)
{
sendsave = false;
G_DoSaveGame();
gameaction = ga_savegame;
}
// killough 9/29/98: Skip some commands while pausing during demo