mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-21 18:11:23 +02:00
Fix
This commit is contained in:
@@ -17,12 +17,12 @@ cParticleSystemMgr::cParticleSystemMgr()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef FIX_BUGS
|
||||||
cParticleSystemMgr::~cParticleSystemMgr()
|
cParticleSystemMgr::~cParticleSystemMgr()
|
||||||
{
|
{
|
||||||
#ifdef FIX_BUGS
|
|
||||||
delete [] m_aParticles;
|
delete [] m_aParticles;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void cParticleSystemMgr::Initialise()
|
void cParticleSystemMgr::Initialise()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user