diff options
author | aap <aap@papnet.eu> | 2020-05-06 00:53:26 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-06 00:53:26 +0200 |
commit | 31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429 (patch) | |
tree | 446195b8043f42456db74f920c71d2198ad97969 /src/core/config.h | |
parent | getting the vice city map to work (diff) | |
download | re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar.gz re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar.bz2 re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar.lz re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar.xz re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.tar.zst re3-31f9bb566b1c4538ea1e4abba0a9d1b8d2cee429.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 08471eb4..bc5b3aad 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -66,7 +66,7 @@ enum Config { PATHNODESIZE = 4500, - NUMWEATHERS = 4, + NUMWEATHERS = 7, NUMHOURS = 24, NUMEXTRADIRECTIONALS = 4, |