From 23d294fef51d468dcdf0b2744a2974ede9792fa3 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sun, 8 Nov 2020 21:59:13 +0200 Subject: Possibly fix pickup money text --- src/objects/Object.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objects') diff --git a/src/objects/Object.cpp b/src/objects/Object.cpp index 293e5274..93b6d581 100644 --- a/src/objects/Object.cpp +++ b/src/objects/Object.cpp @@ -38,7 +38,7 @@ CObject::CObject(void) m_colour2 = 0; m_colour1 = m_colour2; m_nBonusValue = 0; - // m_nCostValue = 0; // TODO(Miami) + m_nCostValue = 0; bIsPickup = false; bPickupObjWithMessage = false; bOutOfStock = false; @@ -444,7 +444,7 @@ CObject::Init(void) m_colour2 = 0; m_nBonusValue = 0; bIsWeapon = false; -// TODO(MIAMI): some new field here + m_nCostValue = 0; m_pCollidingEntity = nil; CColPoint point; CEntity* outEntity = nil; -- cgit v1.2.3