This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update ParticleObject.h
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/objects/ParticleObject.h
There are no files selected for viewing
|
|
@@ -57,7 +57,7 @@ class CParticleObject : public CPlaceable |
|
|
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 @@ class CAudioHydrant |
|
|
static void Remove(CParticleObject *particleobject); |
|
|
|
|
|
static CAudioHydrant *Get(int n); // for neo screen droplets |
|
|
};
|
|
|
}; |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.