diff options
author | aap <aap@papnet.eu> | 2020-05-21 10:32:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 10:32:11 +0200 |
commit | bc4d62894014d06f24786c59606c05a8fec7d5c8 (patch) | |
tree | df2197b26038bf47d91998bbb173f519e81ec5b6 /src/core/Stats.h | |
parent | Pickup and audio fix (diff) | |
parent | script revision (diff) | |
download | re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.gz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.bz2 re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.lz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.xz re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.tar.zst re3-bc4d62894014d06f24786c59606c05a8fec7d5c8.zip |
Diffstat (limited to 'src/core/Stats.h')
-rw-r--r-- | src/core/Stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Stats.h b/src/core/Stats.h index 67ee86f7..be1f55ef 100644 --- a/src/core/Stats.h +++ b/src/core/Stats.h @@ -66,6 +66,7 @@ public: static float AutoPaintingBudget; static int32 NoMoreHurricanes; static float FashionBudget; + static int32 SafeHouseVisits; public: static void Init(void); |