Home
last modified time | relevance | path

Searched refs:running_on_floor (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2235 …bool running_on_floor; /* Are we running on normal floor, or over grids that we have special abil… member
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dcmd1.c6582 …if (p_ptr->running_on_floor && (zcave[y][x].feat == FEAT_DEAD_TREE || zcave[y][x].feat == FEAT_TRE…
6863 p_ptr->running_on_floor = TRUE;
H A Dcmd2.c4111 p_ptr->running_on_floor = FALSE; in do_cmd_run()