rewinds
[carveJwlIkooP6JGAAIwe30JlM.git] / player_physics.h
index bc1434c66f801f8e37881ee4ab68c91634a4079f..4a2add1b906fdd76f069c337aebdee1629157e48 100644 (file)
@@ -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();