mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-06 05:19:43 +00:00
added dragon dismounting easier
This commit is contained in:
@@ -1199,6 +1199,7 @@ auto cgm = addHook(clearmemory, 40, [] () {
|
||||
pathq.clear();
|
||||
dcal.clear();
|
||||
clearshadow();
|
||||
for(int i=0; i<MAXPLAYER; i++) lastmountpos[i] = NULL;
|
||||
seenSevenMines = false;
|
||||
recallCell = NULL;
|
||||
butterflies.clear();
|
||||
|
||||
Reference in New Issue
Block a user