From a756913a7134c207a7d29a1175a428b02f61b777 Mon Sep 17 00:00:00 2001 From: kartofen Date: Thu, 11 Aug 2022 23:12:12 +0300 Subject: minor bug fixes --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 3bbe84f..8d30884 100644 --- a/src/config.h +++ b/src/config.h @@ -15,7 +15,7 @@ | ... | .#. | | -------------------+--------------------------| | 2: .#. plus | 3: ... line | -| ### X symetry | ### I symetry | +| ### I symetry | ### I symetry | | .#. | ... | | -------------------+--------------------------| | 4: .#. corner | | @@ -31,6 +31,6 @@ need to put in the tiles_to_load array // Array for which tiles to include the tiles.dat int tiles_to_load[] = { 2, - 4, 3, + 4, }; -- cgit v1.2.3