summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-06 10:43:18 -0500
committerhuderlem <huderlem@gmail.com>2019-12-06 19:05:28 -0600
commit955bfe3f5cd6bf8618e6141dd56022ba451a8923 (patch)
treeabe3948adcf2bc097e9de846b92fcebc40943370 /include
parentefaea2a3ab10523ed1b299d5363922667c809381 (diff)
Add comment for original weather name
Diffstat (limited to 'include')
-rw-r--r--include/constants/weather.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h
index 50f42836e..60a92f030 100644
--- a/include/constants/weather.h
+++ b/include/constants/weather.h
@@ -12,7 +12,7 @@
#define WEATHER_SANDSTORM 8
#define WEATHER_FOG_DIAGONAL 9
#define WEATHER_UNDERWATER 10
-#define WEATHER_SHADE 11
+#define WEATHER_SHADE 11 // original name was closer to WEATHER_CLOUDY/OVERCAST
#define WEATHER_DROUGHT 12
#define WEATHER_DOWNPOUR 13
#define WEATHER_UNDERWATER_BUBBLES 14