walking mode adds 'make_actual_view' to know whether local_perspective_used

This commit is contained in:
Zeno Rogue 2023-02-04 23:05:49 +01:00
parent e8c03acf07
commit e3b87792aa
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ EX bool isFloor(cell *c) {
EX void handle() {
if(playermoved || !on) return;
make_actual_view();
if(floor_dir == -1 || on_floor_of != centerover) {
vector<int> choices;