mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed geometry changing in the Tutorial
This commit is contained in:
parent
530c689c98
commit
099e343794
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user