disabled DEBUG section because of use of SDL_VideoDriverName()

This commit is contained in:
Alam Ed Arias 2014-03-24 19:39:42 -04:00
parent 21fc19f9d0
commit f5b4187af6
1 changed files with 1 additions and 1 deletions

View File

@ -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};