. vor \n -_-

This commit is contained in:
Yamagi Burmeister 2010-10-23 10:11:15 +00:00
parent d0e90edcdf
commit 8c3179f50e
2 changed files with 2 additions and 2 deletions

View File

@ -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 ();

View File

@ -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)
{