Home | History | Annotate | Download | only in huntd

Lines Matching defs:newp

195 	PLAYER *newp;
268 newp = play_at(y, x);
269 checkdam(newp, pp, pp->p_ident, STABDAM, KNIFE);
274 newp = play_at(y, x);
275 message(newp, "Oooh, there's a short guy waving at you!");
286 for (newp = Boot; newp < &Boot[NBOOTS]; newp++) {
287 if (newp->p_flying < 0)
289 if (newp->p_y == y && newp->p_x == x) {
290 newp->p_flying = -1;
291 if (newp->p_undershot)
292 fixshots(y, x, newp->p_over);