model fmt & heisenbug
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index 5a21afe662a2248252ecc776ecb7f5820e5ed64b..0b6db882031480bbd9a803f33649955b96c732c2 100644 (file)
--- a/player.h
+++ b/player.h
@@ -302,7 +302,7 @@ VG_STATIC void player_update_pre(void)
    {
       double delta = world.time - world.last_use;
 
-      if( delta <= RESET_MAX_TIME )
+      if( (delta <= RESET_MAX_TIME) && (world.last_use != 0.0) )
       {
          player.rewinding = 1;
          player.rewind_sound_wait = 1;