osdfuncs.c: get rid of a warning with GCC. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4936 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-01-19 00:03:00 +00:00
parent ace6087f7b
commit 621b52aec5
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ void GAME_onshowosd(int32_t shown)
{
G_UpdateScreenArea();
AppGrabMouse(!shown | 2);
AppGrabMouse((!shown) | 2);
osdshown = shown;