From e1f2c0a372c2fd2b3a14966848fc6abb520fa5c7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 31 Mar 2016 08:12:42 -0400 Subject: stoopid --- include/entities.hpp | 4 ++-- src/world.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } } -- cgit v1.2.3