| 500 | } |
| 501 | |
| 502 | void zParPTankSpawnMenuBubbles(xVec3* pos, xVec3* vel, U32 count) |
| 503 | { |
| 504 | zParPTankSpawnBubbles(pos, vel, count, 1.0f, sMenuBubblePTank); |
| 505 | } |
| 506 | |
| 507 | // Equivalent: Scheduling |
| 508 | static void zParPTankSnowCreate(zParPTank* zp, U32 max_particles, zParPTankUpdateCallback update) |
nothing calls this directly
no test coverage detected