Duke3d: remove extraneous call to videoNextPage() when handling savegames initiated from CON

# Conflicts:
#	source/duke3d/src/game.cpp
This commit is contained in:
Richard C. Gobeille 2020-05-28 08:32:43 -07:00 committed by Christoph Oelckers
parent 94eda45df9
commit 47df8ed855

View file

@ -6000,7 +6000,6 @@ MAIN_LOOP_RESTART:
if (g_saveRequested)
{
inputState.keyFlushChars();
videoNextPage();
M_Autosave();