From c1c163d78c7f822b62aa6b0f5c7b00642b961700 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 31 May 2020 20:59:01 +0300 Subject: game logic --- src/render/Particle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/Particle.h') diff --git a/src/render/Particle.h b/src/render/Particle.h index d254ef65..f2c3a459 100644 --- a/src/render/Particle.h +++ b/src/render/Particle.h @@ -97,4 +97,6 @@ public: static void HandleShootableBirdsStuff(CEntity *entity, CVector const&camPos); }; +extern bool clearWaterDrop; + VALIDATE_SIZE(CParticle, 0x58); -- cgit v1.2.3