diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Particle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Particle.h b/src/render/Particle.h index f2c3a459..9c496fe1 100644 --- a/src/render/Particle.h +++ b/src/render/Particle.h @@ -98,5 +98,6 @@ public: }; extern bool clearWaterDrop; +extern int32 numWaterDropOnScreen; VALIDATE_SIZE(CParticle, 0x58); |