| 97 | } |
| 98 | |
| 99 | void TriggerChaffSparkles(const Vector3i& pos, const Vector3i& vel, const Color& color, int age, const ItemInfo& item) |
| 100 | { |
| 101 | TEN::Effects::Spark::TriggerFlareSparkParticles(pos, vel, color, item.RoomNumber); |
| 102 | } |
| 103 | |
| 104 | void TriggerChaffSmoke(const Vector3i& pos, const Vector3i& vel, int speed, bool isMoving, bool wind) |
| 105 | { |
no test coverage detected