diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-31 08:12:42 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-31 08:12:42 -0400 |
commit | e1f2c0a372c2fd2b3a14966848fc6abb520fa5c7 (patch) | |
tree | f01ab87bc0e3e37adc3bafc33f54373c73b89a45 | |
parent | bf8596a280f067bcfc0ff81bec0e94bb860230c8 (diff) |
stoopid
-rw-r--r-- | include/entities.hpp | 4 | ||||
-rw-r--r-- | 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 <common.hpp> -#include <Quest.hpp> +#include <quest.hpp> #include <inventory.hpp> -#include <Texture.hpp> +#include <texture.hpp> #include <sstream> 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; } } |