Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dstates.h320 extern statetype s_guts12;
H A Drt_table.h528 &s_guts12 ,
H A Drt_state.c899 statetype s_guts12 = {false,GUTS12,0,T_Collide,SF_GUTS,&s_guts12}; variable
900 statetype s_guts11 = {false,GUTS11,3,T_Collide,SF_GUTS,&s_guts12};
H A Drt_actor.c4261 if (ob->state != &s_guts12) in TurnActorIntoSprite()