mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue