Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.h282 PITRISE, enumerator
H A Drt_playr.c5435 if (!((ob->temp2 == PITFALL) || (ob->temp2 == PITRISE))) in CheckTemp2Codes()
5606 ob->temp2 = PITRISE; in CheckTemp2Codes()
5611 else if (ob->temp2 == PITRISE) in CheckTemp2Codes()
H A Drt_actor.c7370 if ((ob->temp2 == PITFALL) || (ob->temp2 == PITRISE)) in ActorMovement()