diff options
author | aap <aap@papnet.eu> | 2020-08-09 19:11:44 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-08-09 19:11:44 +0200 |
commit | 43bf8543741e6c153cb8ddc9fc5f1594b332e9d8 (patch) | |
tree | 1aab0afe528750220d9f3861ed72f72603089093 /src/render/Weather.h | |
parent | finished skidmarks (diff) | |
download | re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar.gz re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar.bz2 re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar.lz re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar.xz re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.tar.zst re3-43bf8543741e6c153cb8ddc9fc5f1594b332e9d8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Weather.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/Weather.h b/src/render/Weather.h index ae09e5d1..809bb787 100644 --- a/src/render/Weather.h +++ b/src/render/Weather.h @@ -6,7 +6,9 @@ enum { WEATHER_FOGGY, WEATHER_EXTRA_SUNNY, WEATHER_HURRICANE, - WEATHER_TOTAL + WEATHER_TOTAL, + + WEATHER_EXTRACOLOURS = 6 }; class CWeather |