diff options
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 }; |