Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created November 7, 2010 14:57
Show Gist options
  • Save onlyshk/666166 to your computer and use it in GitHub Desktop.
Save onlyshk/666166 to your computer and use it in GitHub Desktop.
// if (x == 0)
// {
// l1 += 1;
// while (l1 != 8)
// {
// if (field[x][l1] == field[x][y])
// {
// s = l1;
// break;
// }
// l1++;
// }
// while (l2 < s)
// {
// l2++;
// field[x][l2] = field[x][y];
// }
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment