Annnnnd revert something I didn't mean to commit.

git-svn-id: https://svn.eduke32.com/eduke32@1584 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2010-01-11 17:26:44 +00:00
parent f0be341352
commit 9642d027d3

View file

@ -582,7 +582,7 @@ void grabmouse(char a)
if (a != mouseacquired) if (a != mouseacquired)
{ {
// #ifndef DEBUGGINGAIDS // #ifndef DEBUGGINGAIDS
#if 0 #if 1
SDL_GrabMode g; SDL_GrabMode g;
g = SDL_WM_GrabInput(a ? SDL_GRAB_ON : SDL_GRAB_OFF); g = SDL_WM_GrabInput(a ? SDL_GRAB_ON : SDL_GRAB_OFF);