From 72867ff880df07e57e49664c9bdc0e7ad93902c3 Mon Sep 17 00:00:00 2001 From: plagman Date: Sun, 27 Apr 2008 22:48:18 +0000 Subject: [PATCH] Fuck. git-svn-id: https://svn.eduke32.com/eduke32@718 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/build/src/sdlayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/build/src/sdlayer.c b/polymer/build/src/sdlayer.c index 9814f215f..25c6eda72 100644 --- a/polymer/build/src/sdlayer.c +++ b/polymer/build/src/sdlayer.c @@ -518,7 +518,7 @@ void grabmouse(char a) if (a != mouseacquired) { // #ifndef DEBUGGINGAIDS -#if 0 +#if 1 SDL_GrabMode g; g = SDL_WM_GrabInput(a ? SDL_GRAB_ON : SDL_GRAB_OFF);