Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h121 enum {pw_npushed,pw_pushing,pw_pushed,pw_moving} action; enumerator
H A Drt_door.c3335 lastpwallobj->action = pw_npushed; in SpawnPushWall()
3415 case pw_npushed: in OperatePushWall()
3486 case pw_npushed: in ActivatePushWall()
3517 case pw_npushed: in ActivateMoveWall()
3816 pw->action = pw_npushed; in WallPushing()
4116 else if (pw->action==pw_npushed) in LoadPushWalls()
H A Drt_draw.c2086 if ((pwallobjlist[i]->action==pw_pushed) || (pwallobjlist[i]->action==pw_npushed)) in TransformPushWalls()