1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 19:48: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

@@ -1476,7 +1476,8 @@ EX void panning(hyperpoint hf, hyperpoint ht) {
EX int cells_drawn, cells_generated;
EX void fullcenter() {
history::path_for_lineanimation.clear();
if(history::saved_ends == 0)
history::path_for_lineanimation.clear();
if(playerfound && false) centerpc(INF);
else {
bfs();