git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3620 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-11-06 23:08:43 +00:00
parent 2937f9d861
commit 164b45a1bb
1 changed files with 1 additions and 1 deletions

View File

@ -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;