Home | History | Annotate | Download | only in jni

Lines Matching defs:blocked

185 returns the blocked flags (1 = floor, 2 = step / wall)
194 int i, blocked;
196 blocked = 0;
198 blocked |= 1; // floor
200 blocked |= 2; // step
212 return blocked;
241 int blocked;
245 blocked = 0;
283 blocked |= 1; // floor
292 blocked |= 2; // step
357 return blocked;
361 return blocked;
537 // if the pusher has a "blocked" function, call it
539 if (pusher->u.v.blocked)
543 PR_ExecuteProgram (pusher->u.v.blocked);
670 // if the pusher has a "blocked" function, call it
672 if (pusher->u.v.blocked)
676 PR_ExecuteProgram (pusher->u.v.blocked);
729 SV_PushMove (ent, movetime); // advances ent->u.v.ltime if not blocked