mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +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"))
|
if (M_CheckParm("-nomousegrab"))
|
||||||
mousegrabok = SDL_FALSE;
|
mousegrabok = SDL_FALSE;
|
||||||
#ifdef _DEBUG
|
#if 0 // defined (_DEBUG)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char videodriver[4] = {'S','D','L',0};
|
char videodriver[4] = {'S','D','L',0};
|
||||||
|
|
Loading…
Reference in a new issue