mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 03:25:55 +00:00
Update ParticleObject.h
This commit is contained in:
parent
37b9ba5bd7
commit
6bdf005171
|
@ -57,7 +57,7 @@ public:
|
|||
uint8 m_nSkipFrames;
|
||||
uint16 m_nFrameCounter;
|
||||
uint16 m_nState;
|
||||
CVector m_vecTarget; // CVuVector on PSP
|
||||
CVector m_vecTarget;
|
||||
float m_fRandVal;
|
||||
float m_fSize;
|
||||
CRGBA m_Color;
|
||||
|
@ -110,4 +110,4 @@ public:
|
|||
static void Remove(CParticleObject *particleobject);
|
||||
|
||||
static CAudioHydrant *Get(int n); // for neo screen droplets
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue