Searched refs:lastppos (Results 1 – 2 of 2) sorted by relevance
28 lastppos, /* the last player position (for undo) */ variable120 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()
70 static POS tpos1, tpos2, lastppos, lasttpos1, lasttpos2; variable286 lastppos.x = ppos.x; in MakeMove()287 lastppos.y = ppos.y; in MakeMove()