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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user