diff options
Diffstat (limited to 'include/constants/weather.h')
-rw-r--r-- | include/constants/weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/weather.h b/include/constants/weather.h index e7225b9..2a8cf42 100644 --- a/include/constants/weather.h +++ b/include/constants/weather.h @@ -4,7 +4,7 @@ #define WEATHER_CLEAR 0 #define WEATHER_SUNNY 1 #define WEATHER_SANDSTORM 2 -#define WEATHER_CLOUDY` 3 +#define WEATHER_CLOUDY 3 #define WEATHER_RAIN 4 #define WEATHER_HAIL 5 #define WEATHER_FOG 6 |