1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

intra:: walking mode

This commit is contained in:
Zeno Rogue
2022-02-26 10:40:39 +01:00
parent cfaa52cf42
commit 94d660cc43
3 changed files with 194 additions and 11 deletions

View File

@@ -2013,6 +2013,8 @@ EX void optimizeview() {
fixmatrix(View);
callhooks(hooks_postoptimize);
walking::handle();
if(is_boundary(centerover))
centerover = c, View = oView;
else