* Whitespace...
This commit is contained in:
parent
d56c53abb4
commit
a87661a1be
1 changed files with 2 additions and 2 deletions
|
@ -412,7 +412,7 @@ static qboolean GLimp_StartDriverAndSetMode( int mode, qboolean fullscreen )
|
||||||
|
|
||||||
if (!SDL_WasInit(SDL_INIT_VIDEO))
|
if (!SDL_WasInit(SDL_INIT_VIDEO))
|
||||||
{
|
{
|
||||||
char driverName[ 64 ];
|
char driverName[ 64 ];
|
||||||
|
|
||||||
if (SDL_Init(SDL_INIT_VIDEO) == -1)
|
if (SDL_Init(SDL_INIT_VIDEO) == -1)
|
||||||
{
|
{
|
||||||
|
@ -420,7 +420,7 @@ static qboolean GLimp_StartDriverAndSetMode( int mode, qboolean fullscreen )
|
||||||
return qfalse;
|
return qfalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
|
SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
|
||||||
ri.Printf( PRINT_ALL, "SDL using driver \"%s\"\n", driverName );
|
ri.Printf( PRINT_ALL, "SDL using driver \"%s\"\n", driverName );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue