patch sound init on startup (thanks to Dieter Paul !)

This commit is contained in:
Luca Borsari 2024-04-04 19:05:40 +02:00
parent 631062ac31
commit 0e052189ac

View file

@ -144,7 +144,7 @@ void setup() {
track_configure( &tck, 0 );
}
if( controller_isActive( DIGITAL_CTRL[CTRL_3]) || param_option_is_active(&tck.cfg, SLOPE_MODE_OPTION) ) { // push switch 1 on reset for activate physics
if( controller_isActive( DIGITAL_CTRL[CTRL_1]) || param_option_is_active(&tck.cfg, SLOPE_MODE_OPTION) ) { // push switch 1 on reset for activate physics
ramp_init( &tck );
draw_ramp( &tck );
track.show();