uint8 enums fixed

This commit is contained in:
withmorten
2020-12-07 00:36:40 +01:00
parent 14eb0cd286
commit 4696e3f9c8
15 changed files with 37 additions and 38 deletions

View File

@@ -535,7 +535,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;
if (type == PICKUP_ONCE_TIMEOUT)