| 484 | //extern clone_pipe_data clone_pipe; |
| 485 | |
| 486 | void z_disco_floor::init() |
| 487 | { |
| 488 | create_glow_light(); |
| 489 | xDebugRemoveTweak("Disco Floor"); |
| 490 | add_global_tweaks(); |
| 491 | clone_pipe.init(); |
| 492 | } |
| 493 | |
| 494 | namespace |
| 495 | { |
nothing calls this directly
no test coverage detected