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