From 7861992fe6c8bc02600917c80053e08d9dcaa501 Mon Sep 17 00:00:00 2001 From: majestic Date: Wed, 7 Oct 2020 18:43:50 -0700 Subject: CWaterCreatures --- src/objects/Object.h | 2 +- src/objects/Stinger.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects') diff --git a/src/objects/Object.h b/src/objects/Object.h index 5f0ec0ab..b81e84b6 100644 --- a/src/objects/Object.h +++ b/src/objects/Object.h @@ -8,7 +8,7 @@ enum { MISSION_OBJECT = 2, TEMP_OBJECT = 3, CUTSCENE_OBJECT = 4, - ESCALATOR_OBJECT = 5, + CONTROLLED_SUB_OBJECT = 5, }; enum CollisionSpecialResponseCase 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