From 3766c45c62eeca442e9ab700c09c547f08615b62 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 29 Jun 2016 17:56:48 -0400 Subject: chests, item dropping --- include/world.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/world.hpp') diff --git a/include/world.hpp b/include/world.hpp index a2de048..9a892d8 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -66,7 +66,7 @@ extern std::string currentXML; /** * Defines how many game ticks it takes to go from day to night or vice versa. */ -constexpr const unsigned int DAY_CYCLE = 12000; +constexpr const unsigned int DAY_CYCLE = 10000; /** * Defines the velocity of player when moved by the keyboard -- cgit v1.2.3