Home
last modified time | relevance | path

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

/netbsd/src/games/larn/
Dmovem.c32 static short w1[9], w1x[9], w1y[9]; variable
120 lasthy = w1y[0]; in movemonst()
224 mmove(i, j, w1x[0] = xl, w1y[0] = yl); in movemt()
255 w1y[tmp] = m; in movemt()
265 if ((i != w1x[tmp]) || (j != w1y[tmp])) in movemt()
266 mmove(i, j, w1x[tmp], w1y[tmp]); in movemt()