From 7f682180f303f706dd108152c45e37d265678fa5 Mon Sep 17 00:00:00 2001 From: Joshua Scoggins Date: Wed, 20 Apr 2016 19:24:51 -0700 Subject: [PATCH] Use SERIOUS_MHZ envvar for the time being --- Sources/Engine/Base/Timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Engine/Base/Timer.cpp b/Sources/Engine/Base/Timer.cpp index 56ba1c5..0bfd970 100755 --- a/Sources/Engine/Base/Timer.cpp +++ b/Sources/Engine/Base/Timer.cpp @@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include // !!! FIXME: use SDL timer code instead and rdtsc never? -#if (USE_PORTABLE_C) || PLATFORM_UNIX +#if (USE_PORTABLE_C) #define USE_GETTIMEOFDAY 1 #endif