summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/ParticleObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/ParticleObject.h b/src/objects/ParticleObject.h
index 78c6eaf0..1ac29451 100644
--- a/src/objects/ParticleObject.h
+++ b/src/objects/ParticleObject.h
@@ -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
-}; \ No newline at end of file
+};