got rid of some gcc warnings.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@225 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-15 03:12:50 +00:00
parent 55d29b5b27
commit 58504f5b38

View file

@ -28,7 +28,6 @@ extern qboolean vid_isfullscreen;
static qbyte *vid_surfcache;
static int vid_surfcachesize;
static int VID_highhunkmark;
@ -169,7 +168,7 @@ LONG WINAPI MainWndProc (
HDC hdc;
PAINTSTRUCT ps;
extern unsigned int uiWheelMessage;
static int recursiveflag;
// static int recursiveflag;
if ( uMsg == uiWheelMessage ) {
uMsg = WM_MOUSEWHEEL;
@ -414,7 +413,7 @@ LONG WINAPI MainWndProc (
lRet = TRUE;
}
break;
*/
/* case WM_DISPLAYCHANGE:
if (!in_mode_set && (modestate == MS_WINDOWED) && !vid_fulldib_on_focus_mode)
{