Home | History | Annotate | Download | only in larn

Lines Matching defs:tmp1

33 static int      tmp1, tmp2, tmp3, tmp4, distance;
49 tmp1 = playery - 5;
55 tmp1 = playery - 3;
64 if (tmp1 < 0)
65 tmp1 = 0;
74 if (tmp1 < 1)
75 tmp1 = 1;
84 for (j = tmp1; j < tmp2; j++) /* now reset monster moved flags */
91 for (j = tmp1; j < tmp2; j++) /* look thru all locations in
101 for (j = tmp1; j < tmp2; j++) /* look thru all locations in
168 yl = tmp1 - 2;
201 yl = tmp1 - 1;