X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=e119ffcffaac33ee553f5e3f99076324f8bf6dbf;hb=be6707a307bfeec1b45cca8b3fb647e81262be87;hp=0b6db882031480bbd9a803f33649955b96c732c2;hpb=a64c18c5996fd5ac9601239f91b12275f04f9cd9;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index 0b6db88..e119ffc 100644 --- a/player.h +++ b/player.h @@ -472,17 +472,6 @@ VG_STATIC void player_update_post(void) budget -= advt; } -#if 0 - if( player.dist_accum >= 5.0f ) - { - audio_lock(); - audio_player_playclip( &audio_rewind_player, &audio_rewind[4] ); - audio_unlock(); - - player.dist_accum -= 5.0f; - } -#endif - player.rewind_time = vg_maxf( 0.0f, player.rewind_time ); float current_time = vg.time - player.diag_rewind_start,