Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Update ParticleObject.h
  • Loading branch information
Fire-Head committed Jan 22, 2021
1 parent 37b9ba5 commit 6bdf005171226f194aff0a34204762998dede19b
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/objects/ParticleObject.h
@@ -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
};
};

0 comments on commit 6bdf005

Please sign in to comment.