This commit is contained in:
Fire-Head
2021-01-22 02:59:08 +03:00
parent 4ba19c9556
commit 37b9ba5bd7
6 changed files with 18 additions and 12 deletions

View File

@ -2283,7 +2283,7 @@ void CParticle::HandleShootableBirdsStuff(CEntity *entity, CVector const&camPos)
}
void
CEntity::AddSteamsFromGround(CVector *unused) //todo
CEntity::AddSteamsFromGround(CVector *unused)
{
int i, n;
C2dEffect *effect;

View File

@ -30,13 +30,6 @@ public:
uint8 m_nCurrentFrame;
RwRGBA m_Color;
CParticle *m_pNext;
//CVector m_vecParticleMovementOffset;
//int16 m_nCurrentZRotation;
//uint16 m_nZRotationTimer;
//float m_fCurrentZRadius;
//uint16 m_nZRadiusTimer;
int32 field_4C;
CParticle()