| 150 | xFXRingCreate(pos, &sHammerRing[0]); |
| 151 | zFX_SpawnBubbleSlam(pos, (xrand() & 31) + 32, 0.15f, 12.0f, 2.0f); |
| 152 | } |
| 153 | |
| 154 | void zFXPorterWave(const xVec3* pos) |
| 155 | { |
| 156 | xFXRingCreate(pos, &sPorterRing[0]); |
| 157 | xFXRingCreate(pos, &sPorterRing[1]); |
| 158 | } |
no test coverage detected