Advertisement
Guest User

Untitled

a guest
May 28th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. aprindere : *(matrix[currX][currY].port[playerMove]) |= (1 << matrix[currX][currY].pos[playerMove]);
  2. stingere : *(matrix[currX][currY].port[playerMove]) &= ~(1 << matrix[currX][currY].pos[playerMove]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement