diff options
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |