Home
last modified time | relevance | path

Searched refs:MAXPWALLS (Results 1 – 2 of 2) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.h32 #define MAXPWALLS 150 // max number of pushwalls macro
196 extern pwallobj_t *pwallobjlist[MAXPWALLS];
H A Drt_door.c87 pwallobj_t *pwallobjlist[MAXPWALLS];
3321 if (pwallnum==MAXPWALLS) in SpawnPushWall()