game/server: fix particle transition from trigger_vphysics_motion

This commit is contained in:
nillerusr
2022-10-31 19:59:10 +03:00
parent 3a7d4319d6
commit ba90de20d9
3 changed files with 15 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ CBaseParticleEntity::CBaseParticleEntity( void )
m_bSimulate = true;
m_nToolParticleEffectId = TOOLPARTICLESYSTEMID_INVALID;
#endif
m_bShouldDeletedOnChangelevel = false;
}
CBaseParticleEntity::~CBaseParticleEntity( void )