Fixing warnings.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3260 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-07-11 18:27:06 +00:00
parent bde52736c2
commit d0e156d4b5
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,8 @@ qboolean Key_GetConsoleSelectionBox(int *sx, int *sy, int *ex, int *ey)
*sy = con_mousedown[1];
*ex = mousecursor_x;
*ey = mousecursor_y;
return true;
}
void Key_ConsoleRelease(int key)