From 89a48fc3e7252e1c7941f86559ca00b38d525244 Mon Sep 17 00:00:00 2001 From: kartofen Date: Thu, 11 Aug 2022 22:35:48 +0300 Subject: fix typo --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 4135b5c..3bbe84f 100644 --- a/src/config.h +++ b/src/config.h @@ -30,7 +30,7 @@ need to put in the tiles_to_load array // Array for which tiles to include the tiles.dat int tiles_to_load[] = { - 2,g + 2, 4, 3, }; -- cgit v1.2.3