mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
disabled DEBUG section because of use of SDL_VideoDriverName()
This commit is contained in:
parent
21fc19f9d0
commit
f5b4187af6
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue