Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dplayer.cpp214 current_weapon = ACTOR_NO_READIABLE_LOCATION; in set_actor()
612 current_weapon = ACTOR_NO_READIABLE_LOCATION; in attack_select_init()
615 …attack_select_weapon_at_location(ACTOR_NO_READIABLE_LOCATION, use_attack_text); // attack with han… in attack_select_init()
667 if (location == ACTOR_NO_READIABLE_LOCATION) { in attack_select_weapon_at_location()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/actors/
H A Dactor.h40 #define ACTOR_NO_READIABLE_LOCATION -1 macro
H A Dactor.cpp632 …if (readied_obj_location != ACTOR_NO_READIABLE_LOCATION && readied_objects[readied_obj_location] &… in get_weapon_obj()
689 if (readied_obj_location == ACTOR_NO_READIABLE_LOCATION) in get_weapon()