diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-11 23:12:12 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-11 23:12:12 +0300 |
commit | a756913a7134c207a7d29a1175a428b02f61b777 (patch) | |
tree | f462a6b9f5a324467973800c6315e3cd2b37e20f /src/config.h | |
parent | 89a48fc3e7252e1c7941f86559ca00b38d525244 (diff) |
minor bug fixes
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, }; |