diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-11 22:35:48 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-11 22:35:48 +0300 |
commit | 89a48fc3e7252e1c7941f86559ca00b38d525244 (patch) | |
tree | fd6e600bef7ee3f729cf84dd994c5e43d3ca2f4f | |
parent | 837dbeaccd33fdf49f8bbe312226bddabe0f92c4 (diff) |
fix typo
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 4135b5c..3bbe84f 100644 --- a/src/config.h +++ b/src/config.h @@ -30,7 +30,7 @@ need to put in the tiles_to_load array // Array for which tiles to include the tiles.dat int tiles_to_load[] = { - 2,g + 2, 4, 3, }; |