Home
last modified time | relevance | path

Searched refs:pwallobj_t (Results 1 – 7 of 7) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.c3319 pwallobj_t * lastpwallobj; in SpawnPushWall()
3399 pwallobj_t * pw; in OperatePushWall()
3480 pwallobj_t * pw; in ActivatePushWall()
3511 pwallobj_t * pw; in ActivateMoveWall()
3544 pwallobj_t * pw; in ConnectPushWall()
3592 pwallobj_t * pw; in SetupPushWall()
3754 pwallobj_t * pw; in WallPushing()
3851 pwallobj_t * pw; in WallMoving()
3948 pwallobj_t * pw; in SavePushWalls()
4012 pwallobj_t * pw; in LoadPushWalls()
[all …]
H A Drt_door.h124 } pwallobj_t; typedef
196 extern pwallobj_t *pwallobjlist[MAXPWALLS];
H A Drt_map.c319 void DrawMap_PushWall (int x, int y, pwallobj_t * pw) in DrawMap_PushWall()
554 DrawMap_PushWall(i,j,(pwallobj_t *)a); in DrawMap()
H A Drt_game.c4281 dx = ((pwallobj_t *)killerobj)->x - player->x; in Died()
4282 dy = player->y - ((pwallobj_t *)killerobj)->y; in Died()
H A Drt_playr.c1570 pwallobj_t* temppwall=NULL; in Cmd_Use()
1672 temppwall=(pwallobj_t *)tempdoor; in Cmd_Use()
H A Drt_actor.c6634 pwallobj_t*pw; in CheckRegularWalls()
6637 pw=(pwallobj_t *)tempwall; in CheckRegularWalls()
7172 pwallobj_t *pwall; in PushWallMove()
H A Drt_ted.c4110 size=pwallnum*sizeof(pwallobj_t); in PrintMapStats()