diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 22:20:42 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 22:20:42 -0500 |
commit | b2866fae2126012f7d7b4db8b60e07ba344a5f97 (patch) | |
tree | cde82302278e417e69bbb45e90bba3f77edd2ac3 /include/constants | |
parent | b105d20d1e0297d0c858fe99a0946e5c07da81c1 (diff) |
Document the weather state functions
All weather types are now documented (including WEATHER_15)
Diffstat (limited to 'include/constants')
-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 d0a81c34c..d62e07474 100644 --- a/include/constants/weather.h +++ b/include/constants/weather.h @@ -16,7 +16,7 @@ #define WEATHER_DROUGHT 12 #define WEATHER_RAIN_HEAVY 13 #define WEATHER_BUBBLES 14 -#define WEATHER_15 15 +#define WEATHER_ALTERNATING 15 #define WEATHER_ROUTE119_CYCLE 20 #define WEATHER_ROUTE123_CYCLE 21 |