1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

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

View File

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