From f1d359eefdc4b6c5465a6b210728b02b9b1651e2 Mon Sep 17 00:00:00 2001 From: kartofen Date: Thu, 22 Dec 2022 23:46:51 +0200 Subject: fixed a bug --- src/config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/config.h') 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 }; -- cgit v1.2.3