aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-12-22 23:46:51 +0200
committerkartofen <mladenovnasko0@gmail.com>2022-12-22 23:46:51 +0200
commitf1d359eefdc4b6c5465a6b210728b02b9b1651e2 (patch)
tree81f5414a8e48ee01448108c96bd4ac73ba13e165 /src/config.h
parent764070a86a7aa98480eaaff64dfba7e2f2943292 (diff)
fixed a bugHEADmaster
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
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
};