From 8901d95359eb60c3a5b8de732ab151ed35d11c34 Mon Sep 17 00:00:00 2001 From: Silent Date: Mon, 11 Sep 2017 00:39:08 +0200 Subject: [PATCH] Fixup for SA timers --- SilentPatchSA/SilentPatchSA.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index 5a3ee7a..270246e 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -2079,8 +2079,6 @@ DarkVehiclesFix4_MakeItDark: static int _Timers_ftol_internal( double timer, double& remainder ) { - if ( timer >= 1.0 ) return int(timer); - double integral; remainder = modf( timer + remainder, &integral ); return int(integral);