| 1123 | } |
| 1124 | |
| 1125 | void NPAR_EmitOilSplash(const xVec3* pos, const xVec3* vel) |
| 1126 | { |
| 1127 | NPAR_EmitOilBubble(NPAR_MODE_ALT_C, pos, vel); |
| 1128 | } |
| 1129 | |
| 1130 | void NPAR_EmitTarTarGunk(en_nparmode pmod, const xVec3* pos, const xVec3* vel) |
| 1131 | { |
no test coverage detected