From 164b45a1bbaf78ef8d80f8f9423f95bd158e1ccb Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 6 Nov 2010 23:08:43 +0000 Subject: [PATCH] SDL fix git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3620 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_rmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_rmisc.c b/engine/gl/gl_rmisc.c index 30c64730a..9f9c832a7 100644 --- a/engine/gl/gl_rmisc.c +++ b/engine/gl/gl_rmisc.c @@ -1016,7 +1016,7 @@ void GLR_TimeRefresh_f (void) if (frames < 1) frames = 128; -#ifdef _WIN32 +#if defined(_WIN32) && !defined(_SDL) if (finish == 2) { extern HDC maindc;