Home
last modified time | relevance | path

Searched refs:lasthx (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/larn/
HDmovem.c80 moved[lasthx][lasthy] = 0; in movemonst()
108 if (mitem[lasthx][lasthy]) { in movemonst()
110 if (moved[lasthx][lasthy] == 0) { in movemonst()
111 movemt(lasthx, lasthy); in movemonst()
112 lasthx = w1x[0]; in movemonst()
HDmonster.c753 lasthx = x; in direct()
814 lasthx = x; in godirect()
935 lasthx = x; in tdirect()
970 lasthx = x; in omnidirect()
1080 lasthx = x; in dirpoly()
1162 lasthx = x; in hitm()
HDdata.c143 short lasthx = 0, lasthy = 0; /* location of monster last hit by player */ variable
HDheader.h346 extern short iarg[MAXX][MAXY], ivenarg[], lasthx, lasthy, lastnum, lastpx, lastpy;