uint8 enums fixed

This commit is contained in:
withmorten 2020-12-07 01:59:17 +01:00
parent 912e71be53
commit 4c0744260d
22 changed files with 48 additions and 49 deletions

View file

@ -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;