| 2287 | } |
| 2288 | |
| 2289 | void FOLK_InitEffects() |
| 2290 | { |
| 2291 | g_pemit_aqualeak = zParEmitterFind("PAREMIT_FOLK_SANDYB_LEAK"); |
| 2292 | g_parf_aqualeak.custom_flags = 0x300; |
| 2293 | xVec3Copy(&g_parf_aqualeak.pos, &g_O3); |
| 2294 | xVec3Copy(&g_parf_aqualeak.vel, &g_O3); |
| 2295 | } |
| 2296 | |
| 2297 | void FOLK_KillEffects() |
| 2298 | { |
no test coverage detected