From 099e34379432c14d4c55e85472465d6a2236671d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 18 May 2018 17:36:35 +0200 Subject: [PATCH] fixed geometry changing in the Tutorial --- system.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 44d36bc7..14b084a5 100644 --- a/system.cpp +++ b/system.cpp @@ -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);