mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 16:14:09 +00:00
uint8 enums fixed
This commit is contained in:
parent
912e71be53
commit
4c0744260d
22 changed files with 48 additions and 49 deletions
|
@ -852,7 +852,7 @@ CPickups::GenerateNewOne(CVector pos, uint32 modelIndex, uint8 type, uint32 quan
|
|||
|
||||
if (slot >= NUMPICKUPS) return -1;
|
||||
|
||||
aPickUps[slot].m_eType = (ePickupType)type;
|
||||
aPickUps[slot].m_eType = type;
|
||||
aPickUps[slot].m_bRemoved = false;
|
||||
aPickUps[slot].m_nQuantity = quantity;
|
||||
aPickUps[slot].m_nMoneySpeed = rate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue