1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 10:08:06 +00:00

history:: specifically mark starting position

This commit is contained in:
Zeno Rogue
2020-04-01 11:26:19 +02:00
parent fee3734c6b
commit e53f61a8be
3 changed files with 80 additions and 29 deletions

View File

@@ -567,6 +567,7 @@ void cheat_move(char c) {
else if(c == 'm') cheat(), cwt += wmirror;
else if(c == 'z') cheat(), cwt.spin = 0, cwt.mirrored = false;
else if(c == 'F') fullcenter();
else if(c == 'a') cheat(), history::save_end();
else println(hlog, "unknown move command: ", c);
}