diff options
author | aap <aap@papnet.eu> | 2019-05-30 11:12:49 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-30 11:13:06 +0200 |
commit | ee5088b3e185cb2d455cb64d2098e2a807b0ac27 (patch) | |
tree | 10c289476b43b1e11a5bb739fb6ae74b92598c7e /src/config.h | |
parent | clean up (diff) | |
download | re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.gz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.bz2 re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.lz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.xz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.zst re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.zip |
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index ccd81023..94692fa0 100644 --- a/src/config.h +++ b/src/config.h @@ -50,4 +50,6 @@ enum Config { NUMWEATHERS = 4, NUMHOURS = 24, + + NUMANTENNAS = 8, }; |