aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-03-31 08:12:42 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-03-31 08:12:42 -0400
commite1f2c0a372c2fd2b3a14966848fc6abb520fa5c7 (patch)
treef01ab87bc0e3e37adc3bafc33f54373c73b89a45 /src
parentbf8596a280f067bcfc0ff81bec0e94bb860230c8 (diff)
stoopid
Diffstat (limited to 'src')
-rw-r--r--src/world.cpp2
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;
}
}