-------------------------------------------------------------------------------------- Description: Removes all particles from the system. --------------------------------------------------------------------------------------
| 1358 | // Removes all particles from the system. |
| 1359 | // -------------------------------------------------------------------------------------- |
| 1360 | void Tr2ParticleSystem::ClearParticles() |
| 1361 | { |
| 1362 | m_aliveCount = 0; |
| 1363 | } |
| 1364 | |
| 1365 | // -------------------------------------------------------------------------------------- |
| 1366 | // Description: |