SDL fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3620 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2937f9d861
commit
164b45a1bb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue