mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 00:44:10 +00:00
made code use TimeStepIn(Milli)Seconds; purged unnecessary inlines
This commit is contained in:
parent
b515ce4730
commit
533f265f55
11 changed files with 114 additions and 112 deletions
|
@ -74,7 +74,7 @@ public:
|
|||
static void RemovePSystem(tParticleType type);
|
||||
static void RemoveParticle(CParticle *pParticle, CParticle *pPrevParticle, tParticleSystemData *pPSystemData);
|
||||
|
||||
static inline void _Next(CParticle *&pParticle, CParticle *&pPrevParticle, tParticleSystemData *pPSystemData, bool bRemoveParticle)
|
||||
static void _Next(CParticle *&pParticle, CParticle *&pPrevParticle, tParticleSystemData *pPSystemData, bool bRemoveParticle)
|
||||
{
|
||||
if ( bRemoveParticle )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue