diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-27 09:33:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-27 09:33:58 -0600 |
commit | 86a36767dba19e84297047addf1d1d776e2efdec (patch) | |
tree | f2aaa9e93f8b8671491eda458963aee1027924c2 /include/field_weather.h | |
parent | e3078400bbdb3e8416806127290b9a2d68cfb3b8 (diff) | |
parent | d34de50d34d18ee64c95232202751532534c2ed9 (diff) |
Merge pull request #501 from huderlem/event_macros
New map event macros
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index ed16b2bf6..c96d4055e 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -1,18 +1,6 @@ #ifndef GUARD_WEATHER_H #define GUARD_WEATHER_H -#define WEATHER_NONE 0 -#define WEATHER_CLOUDS 1 -#define WEATHER_RAIN_LIGHT 3 -#define WEATHER_SNOW 4 -#define WEATHER_RAIN_MED 5 -#define WEATHER_FOG_1 6 -#define WEATHER_ASH 7 -#define WEATHER_FOG_2 9 -#define WEATHER_DROUGHT 12 -#define WEATHER_RAIN_HEAVY 13 -#define WEATHER_BUBBLES 14 - struct Sprite; struct Weather |