Skip to content

Commit 7a04b30

Browse files
committed
Changed spacing in x/y coordinates for the tile coordinate arrays
1 parent 018a386 commit 7a04b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GameBoard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void GameBoard::init_resources()
4747
random_shuffle(&rolls[0], &rolls[18]);
4848

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

5252

5353
#ifdef DUMMY_BOARD

0 commit comments

Comments
 (0)