diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 23:46:51 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-12-22 23:46:51 +0200 |
commit | f1d359eefdc4b6c5465a6b210728b02b9b1651e2 (patch) | |
tree | 81f5414a8e48ee01448108c96bd4ac73ba13e165 /src/config.h | |
parent | 764070a86a7aa98480eaaff64dfba7e2f2943292 (diff) |
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index f1fa501..ef8c29c 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,4 @@ -// name of the tileset, localated in files/tilesets directory #define TILESET knots - -// Array for which tiles to include the tiles.dat int tiles_to_load[] = { 3, 4 }; |