1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-19 01:20:23 +00:00

added dragon dismounting easier

This commit is contained in:
Zeno Rogue
2018-02-27 23:43:21 +01:00
parent 6a9453f8c9
commit e45fb6bb20
4 changed files with 43 additions and 35 deletions

View File

@@ -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();