diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-06 02:27:58 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-06 19:05:28 -0600 |
commit | efaea2a3ab10523ed1b299d5363922667c809381 (patch) | |
tree | b97e1b21806b41b7406251cf960943e070d8856d /include | |
parent | a4191040c97fdd297e00f5fa68a0466e064e9e12 (diff) |
Revert WEATHER_CLOUDY to WEATHER_SHADE
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/weather.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h index a48b309ed..50f42836e 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_CLOUDY 11 +#define WEATHER_SHADE 11 #define WEATHER_DROUGHT 12 #define WEATHER_DOWNPOUR 13 #define WEATHER_UNDERWATER_BUBBLES 14 @@ -32,7 +32,7 @@ #define COORD_EVENT_WEATHER_FOG_DIAGONAL 7 #define COORD_EVENT_WEATHER_VOLCANIC_ASH 8 #define COORD_EVENT_WEATHER_SANDSTORM 9 -#define COORD_EVENT_WEATHER_CLOUDY 10 +#define COORD_EVENT_WEATHER_SHADE 10 #define COORD_EVENT_WEATHER_DROUGHT 11 #define COORD_EVENT_WEATHER_ROUTE119_CYCLE 20 #define COORD_EVENT_WEATHER_ROUTE123_CYCLE 21 |