From: havoc Date: Fri, 6 May 2005 12:31:05 +0000 (+0000) Subject: fix a misplaced variable X-Git-Tag: xonotic-v0.1.0preview~4943 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e3f5118e4d0c5dd3e26c31789d1747abb403bafc;p=xonotic%2Fdarkplaces.git fix a misplaced variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5236 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_win.c b/sys_win.c index 02be56b4..90545065 100644 --- a/sys_win.c +++ b/sys_win.c @@ -293,6 +293,8 @@ char *Sys_GetClipboardData (void) void Sys_InitConsole (void) { + int t; + // initialize the windows dedicated server console if needed tevent = CreateEvent(NULL, false, false, NULL); @@ -362,7 +364,6 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin { double frameoldtime, framenewtime; MEMORYSTATUS lpBuffer; - int t; /* previous instances do not exist in Win32 */ if (hPrevInstance)