mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 02:30:46 +00:00
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:
parent
ace6087f7b
commit
621b52aec5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void GAME_onshowosd(int32_t shown)
|
|||
{
|
||||
G_UpdateScreenArea();
|
||||
|
||||
AppGrabMouse(!shown | 2);
|
||||
AppGrabMouse((!shown) | 2);
|
||||
|
||||
osdshown = shown;
|
||||
|
||||
|
|
Loading…
Reference in a new issue