| 1183 | } |
| 1184 | |
| 1185 | void NPAR_EmitVSSpray(const xVec3* pos, const xVec3* vel) |
| 1186 | { |
| 1187 | NPAR_EmitVisSplash(NPAR_MODE_STD, pos, vel); |
| 1188 | } |
| 1189 | |
| 1190 | void NPAR_EmitDoggyBreath(en_nparmode pmod, const xVec3* pos, const xVec3* vel) |
| 1191 | { |
no test coverage detected