fixed geometry changing in the Tutorial

This commit is contained in:
Zeno Rogue 2018-05-18 17:36:35 +02:00
parent 530c689c98
commit 099e343794
1 changed files with 4 additions and 1 deletions

View File

@ -1073,8 +1073,11 @@ void restartGame(char switchWhat, bool push, bool keep_screens) {
DEBB(DF_INIT, (debugfile,"restartGame\n"));
if(push)
if(push) {
gamestack::push();
pd_from = NULL;
centerover.c = NULL;
}
else {
popAllGames();
achievement_final(true);