diff options
author | huderlem <huderlem@gmail.com> | 2019-02-25 08:03:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 08:03:22 -0600 |
commit | b3a7a1278abea55a2b4982c0dfc42d04c7981ba9 (patch) | |
tree | 6c0949b768afe69803f3675fe919bcce2d8e52f6 /include/constants | |
parent | 84573f1774a710160af23f28ca436f6166f233c2 (diff) | |
parent | 1cd5cb09cfb434b2f688a5a6ec13e0a2d430a41a (diff) |
Merge pull request #577 from Phlosioneer/weather-15
Document the weather state functions
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 |