From 3b58c9b506820756ed3e87647572490fd5674de1 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Thu, 26 Mar 2009 03:59:25 +0000 Subject: [PATCH] saving the autoskip option still not working... hmmm git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@877 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index 10c3b9b5..ae45cb68 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -251,7 +251,6 @@ VBA::VBA() captureFormat = 0; tripleBuffering = true; throttle = 0; - throttleLastTime = 0; autoFrameSkipLastTime = 0; autoFrameSkip = false; vsync = false;