| 131 | static void init_poppers(); |
| 132 | static void setup_entrails(zScene&); |
| 133 | void zFX_SceneEnter(RpWorld* world) |
| 134 | { |
| 135 | xFXanimUV2PSetTexture(NULL); |
| 136 | xFX_SceneEnter(world); |
| 137 | zFXGoo_SceneEnter(); |
| 138 | init_poppers(); |
| 139 | setup_entrails(*globals.sceneCur); |
| 140 | |
| 141 | static tweak_callback cb_spawn_bubble_wall = |
nothing calls this directly
no test coverage detected