mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix save menu displayed in snapshot if save while demo is playing (#746)
This commit is contained in:
parent
9f6d273ee3
commit
ec70ecad6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user