mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
walking mode adds 'make_actual_view' to know whether local_perspective_used
This commit is contained in:
@@ -985,6 +985,7 @@ EX bool isFloor(cell *c) {
|
|||||||
|
|
||||||
EX void handle() {
|
EX void handle() {
|
||||||
if(playermoved || !on) return;
|
if(playermoved || !on) return;
|
||||||
|
make_actual_view();
|
||||||
|
|
||||||
if(floor_dir == -1 || on_floor_of != centerover) {
|
if(floor_dir == -1 || on_floor_of != centerover) {
|
||||||
vector<int> choices;
|
vector<int> choices;
|
||||||
|
|||||||
Reference in New Issue
Block a user