diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 3bbe84f..8d30884 100644 --- a/src/config.h +++ b/src/config.h @@ -15,7 +15,7 @@ | ... | .#. | | -------------------+--------------------------| | 2: .#. plus | 3: ... line | -| ### X symetry | ### I symetry | +| ### I symetry | ### I symetry | | .#. | ... | | -------------------+--------------------------| | 4: .#. corner | | @@ -31,6 +31,6 @@ need to put in the tiles_to_load array // Array for which tiles to include the tiles.dat int tiles_to_load[] = { 2, - 4, 3, + 4, }; |