mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-14 11:15:48 +00:00
walking mode adds 'make_actual_view' to know whether local_perspective_used
This commit is contained in:
parent
e8c03acf07
commit
e3b87792aa
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user