mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 15:21:44 +00:00
. vor \n -_-
This commit is contained in:
parent
d0e90edcdf
commit
8c3179f50e
2 changed files with 2 additions and 2 deletions
|
@ -601,7 +601,7 @@ void SpawnEntities (const char *mapname, char *entities, const char *spawnpoint)
|
|||
ED_CallSpawn (ent);
|
||||
}
|
||||
|
||||
gi.dprintf ("%i entities inhibited\n.", inhibit);
|
||||
gi.dprintf ("%i entities inhibited.\n", inhibit);
|
||||
|
||||
G_FindTeams ();
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@ static qboolean GLimp_InitGraphics( qboolean fullscreen )
|
|||
/* Initialize the stencil buffer */
|
||||
if (!SDL_GL_GetAttribute(SDL_GL_STENCIL_SIZE, &stencil_bits))
|
||||
{
|
||||
ri.Con_Printf(PRINT_ALL, "Got %d bits of stencil\n.", stencil_bits);
|
||||
ri.Con_Printf(PRINT_ALL, "Got %d bits of stencil.\n", stencil_bits);
|
||||
|
||||
if (stencil_bits >= 1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue