From a01b14f301afe9cea86f47b3ab27ce999097741a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Fri, 9 Oct 2020 12:02:21 +0300 Subject: Fix sniper and water creatures bug, mark some files --- src/objects/Stinger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objects/Stinger.cpp') diff --git a/src/objects/Stinger.cpp b/src/objects/Stinger.cpp index f33125ee..b3660881 100644 --- a/src/objects/Stinger.cpp +++ b/src/objects/Stinger.cpp @@ -23,7 +23,7 @@ CStingerSegment::CStingerSegment() m_fBuoyancy = GRAVITY * m_fMass * 0.1f; bExplosionProof = true; SetModelIndex(MI_PLC_STINGER); - ObjectCreatedBy = ESCALATOR_OBJECT; + ObjectCreatedBy = CONTROLLED_SUB_OBJECT; NumOfStingerSegments++; } -- cgit v1.2.3