mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
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:
parent
bde52736c2
commit
d0e156d4b5
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,8 @@ qboolean Key_GetConsoleSelectionBox(int *sx, int *sy, int *ex, int *ey)
|
||||||
*sy = con_mousedown[1];
|
*sy = con_mousedown[1];
|
||||||
*ex = mousecursor_x;
|
*ex = mousecursor_x;
|
||||||
*ey = mousecursor_y;
|
*ey = mousecursor_y;
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Key_ConsoleRelease(int key)
|
void Key_ConsoleRelease(int key)
|
||||||
|
|
Loading…
Reference in a new issue