Home
last modified time | relevance | path

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

/dports/games/sokoban/sokoban/
H A Dplay.c28 lastppos, /* the last player position (for undo) */ variable
120 lastppos.x = ppos.x; lastppos.y = ppos.y; in play()
216 map[lastppos.x][lastppos.y] = lppc; in undomove()
219 ppos.x = lastppos.x; ppos.y = lastppos.y; in undomove()
/dports/games/xsokoban/xsokoban/
H A Dplay.c70 static POS tpos1, tpos2, lastppos, lasttpos1, lasttpos2; variable
286 lastppos.x = ppos.x; in MakeMove()
287 lastppos.y = ppos.y; in MakeMove()