1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-26 18:51:21 +00:00

a button appears when player not visible; fixed space-centering

This commit is contained in:
Zeno Rogue
2018-08-21 18:23:31 +02:00
parent 9da9a47374
commit 1b50cd6be5
2 changed files with 4 additions and 0 deletions

View File

@@ -889,6 +889,7 @@ void fullcenter() {
resetview();
drawthemap();
centerpc(INF);
centerover = cwt.at;
}
playermoved = true;
}