diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/world.hpp b/include/world.hpp index 8b24987..8864d30 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -60,13 +60,6 @@ typedef struct { } WorldData; /** - * Alters how bright world elements are drawn. - * This value is based off of the current time of day (tick count), set in - * main.cpp. - */ -extern int worldShade; - -/** * Defines how many game ticks it takes to go from day to night or vice versa. * Technically a half day cycle... */ |