Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/actors/
H A Dactor.cpp386 bool ignore_actors = flags & ACTOR_IGNORE_OTHERS; in check_move() local
396 if (!ignore_actors) { in check_move()
444 bool ignore_actors = (bool)(flags & ACTOR_IGNORE_OTHERS); in move() local
491 if (!ignore_actors && !force_move && other && !other->can_be_passed(this) in move()