1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-15 02:32:07 +00:00

going back towards the Orb of Yendor now updates lastexplore

This commit is contained in:
Zeno Rogue
2026-04-17 21:36:07 +02:00
parent eed8cf9882
commit 1cde32a3c2
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ vector<cheatkey> cheats = {
cheatkey{'R'-64, "advance the rose wave", buildRosemap},
#if CAP_EDIT
cheatkey{'A', "start the Map Editor", [] {
lastexplore = shmup::on ? shmup::curtime : turncount;
update_lastexplore();
pushScreen(mapeditor::showMapEditor);
}},
cheatkey{'A'-64, "start the Vector Graphics Editor", [] {