diff --git a/src/sdl2/i_video.c b/src/sdl2/i_video.c index f4e57d5b6..77a5d1494 100644 --- a/src/sdl2/i_video.c +++ b/src/sdl2/i_video.c @@ -2016,7 +2016,7 @@ void I_StartupGraphics(void) } if (M_CheckParm("-nomousegrab")) mousegrabok = SDL_FALSE; -#ifdef _DEBUG +#if 0 // defined (_DEBUG) else { char videodriver[4] = {'S','D','L',0};