From: Clyne Sullivan Date: Thu, 31 Mar 2016 12:12:42 +0000 (-0400) Subject: stoopid X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=e1f2c0a372c2fd2b3a14966848fc6abb520fa5c7;p=clyne%2Fgamedev.git stoopid --- diff --git a/include/entities.hpp b/include/entities.hpp index c62e625..e7864d0 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -2,9 +2,9 @@ #define ENTITIES_H #include -#include +#include #include -#include +#include #include diff --git a/src/world.cpp b/src/world.cpp index 0cff9d4..ba24c95 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -1444,7 +1444,7 @@ std::string getWorldWeatherStr( WorldWeather ww ) return "Rainy"; break; default: - return "Look at the screen u scrub"; + return "Snowy"; break; } }