From b2edbd645acc8fb545e4444af3fdc75c18a98732 Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Wed, 2 Aug 2023 22:40:16 +0300 Subject: [PATCH] * Turn MOD_DONT_COLOR_GRASS back off. --- GameMods.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameMods.hpp b/GameMods.hpp index 9dfb2e5..f3488dd 100644 --- a/GameMods.hpp +++ b/GameMods.hpp @@ -34,7 +34,7 @@ // Mods //#define MOD_USE_FLAT_WORLD // Use a flat world instead of the regular world generation //#define MOD_USE_BIGGER_SCREEN_SIZE // Use a bigger screen size instead of 854x480 -#define MOD_DONT_COLOR_GRASS // Don't give the top of grass tiles a different color. (like Classic) +//#define MOD_DONT_COLOR_GRASS // Don't give the top of grass tiles a different color. (like Classic) // Tests //#define TEST_DROPPED_ITEMS // Allow dropped items to be dropped and collected.