mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 16:10:34 +00:00
Drop w's
This commit is contained in:
parent
72e12f6aae
commit
2cf94348f5
2 changed files with 15 additions and 15 deletions
|
@ -31,11 +31,11 @@ class CPickup
|
|||
public:
|
||||
ePickupType m_eType;
|
||||
bool m_bRemoved;
|
||||
uint16 m_wQuantity;
|
||||
uint16 m_nQuantity;
|
||||
CObject *m_pObject;
|
||||
uint32 m_nTimer;
|
||||
int16 m_eModelIndex;
|
||||
uint16 m_wIndex;
|
||||
uint16 m_nIndex;
|
||||
CVector m_vecPos;
|
||||
|
||||
CObject *GiveUsAPickUpObject(int32 handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue