Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dstates.h455 extern statetype s_mine1;
H A Drt_table.h898 &s_mine1 ,
H A Drt_state.c1425 statetype s_mine4 = {false,SPR_MINE4,3,T_Projectile,0,&s_mine1};
1428 statetype s_mine1 = {false,SPR_MINE1,3,T_Projectile,0,&s_mine2}; variable
H A Drt_actor.c4837 (ob->state == &s_mine1) && in T_Projectile()
8876 SpawnMissile(ob,h_mineobj,0x2000,missangle,&s_mine1,0xa000); in SelectMineDir()