mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-26 01:31:49 +01:00
Possibly fix pickup money text
This commit is contained in:
parent
fe5d0c9cdf
commit
23d294fef5
@ -38,7 +38,7 @@ CObject::CObject(void)
|
|||||||
m_colour2 = 0;
|
m_colour2 = 0;
|
||||||
m_colour1 = m_colour2;
|
m_colour1 = m_colour2;
|
||||||
m_nBonusValue = 0;
|
m_nBonusValue = 0;
|
||||||
// m_nCostValue = 0; // TODO(Miami)
|
m_nCostValue = 0;
|
||||||
bIsPickup = false;
|
bIsPickup = false;
|
||||||
bPickupObjWithMessage = false;
|
bPickupObjWithMessage = false;
|
||||||
bOutOfStock = false;
|
bOutOfStock = false;
|
||||||
@ -444,7 +444,7 @@ CObject::Init(void)
|
|||||||
m_colour2 = 0;
|
m_colour2 = 0;
|
||||||
m_nBonusValue = 0;
|
m_nBonusValue = 0;
|
||||||
bIsWeapon = false;
|
bIsWeapon = false;
|
||||||
// TODO(MIAMI): some new field here
|
m_nCostValue = 0;
|
||||||
m_pCollidingEntity = nil;
|
m_pCollidingEntity = nil;
|
||||||
CColPoint point;
|
CColPoint point;
|
||||||
CEntity* outEntity = nil;
|
CEntity* outEntity = nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user