Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/actors/
H A Du6_actor_types.h82 …{OBJ_U6_CYCLOPS, 2, 8, 4, 0, OBJ_U6_DEAD_CYCLOPS, 3, true, false, ACTOR_QT, MOVETYPE_U6_L…
85 …{OBJ_U6_WINGED_GARGOYLE, 3, 12, 4, 0, OBJ_U6_DEAD_GARGOYLE, 3, true, false, ACTOR_QT, MOVETYPE_U6…
H A Dactor.h174 ACTOR_QT, // quad tile enumerator
H A Du6_actor.cpp72 …if (actor_type->tile_type == ACTOR_QT && frame_n == 0) //set the two quad tile actors to correct f… in init()