From f5b4187af687af88af7b4f87d93bdcb1f8c260e5 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Mon, 24 Mar 2014 19:39:42 -0400 Subject: [PATCH] disabled DEBUG section because of use of SDL_VideoDriverName() --- src/sdl2/i_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};