Skip to content

Commit

Permalink
Small fix for one tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Databean committed Feb 23, 2014
1 parent e6e9d57 commit 4a564ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void GameBoard::init_resources()
random_shuffle(&rolls[0], &rolls[18]);

int xcoords[] = {0, -2, 2, -3, -1, 1, 3, -4, -2, 0, 2, 4, -3, -1, 1, 3, -2, 0, 2};
int ycoords[] = {1, 2, 0, 3, 3, 2, 1, 6, 5, 4, 3, 2, 7, 6, 5, 4, 8, 7, 6};
int ycoords[] = {1, 2, 0, 4, 3, 2, 1, 6, 5, 4, 3, 2, 7, 6, 5, 4, 8, 7, 6};


#ifdef DUMMY_BOARD
Expand Down

0 comments on commit 4a564ec

Please sign in to comment.