X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_physics.h;h=4a2add1b906fdd76f069c337aebdee1629157e48;hb=5af2a88b715579036a6c49397588ffe2e04400e1;hp=bc1434c66f801f8e37881ee4ab68c91634a4079f;hpb=06e35432f5cf2b4e9ad2f537393511867f64d29a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_physics.h b/player_physics.h index bc1434c..4a2add1 100644 --- a/player_physics.h +++ b/player_physics.h @@ -683,6 +683,8 @@ static void player_do_motion(void) player.angles[0] = atan2f( fwd_dir[2], fwd_dir[0] ); } + player.rewind_length = 0; + player.rewind_incrementer = 10000; player_save_frame(); audio_lock();