mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-10 19:24:06 +00:00
clearMemory moved to be after game_active
This commit is contained in:
parent
9acae64d23
commit
11563f2b47
@ -1456,8 +1456,8 @@ EX void stop_game() {
|
||||
camelot::knighted = 0;
|
||||
#endif
|
||||
// items[itGreenStone] = 100;
|
||||
clearMemory();
|
||||
game_active = false;
|
||||
clearMemory();
|
||||
#if CAP_DAILY
|
||||
if(daily::on)
|
||||
daily::turnoff();
|
||||
|
Loading…
x
Reference in New Issue
Block a user