From 2a083d6d60aca3548b022aa4906153717b776147 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Thu, 27 Jan 2011 07:22:25 +0000 Subject: [PATCH] add a missing \n from a cgame print (thanks again /dev/hc) --- code/cgame/cg_snapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/cgame/cg_snapshot.c b/code/cgame/cg_snapshot.c index 07b005ec..1bf8970d 100644 --- a/code/cgame/cg_snapshot.c +++ b/code/cgame/cg_snapshot.c @@ -261,7 +261,7 @@ static snapshot_t *CG_ReadNextSnapshot( void ) { snapshot_t *dest; if ( cg.latestSnapshotNum > cgs.processedSnapshotNum + 1000 ) { - CG_Printf( "WARNING: CG_ReadNextSnapshot: way out of range, %i > %i", + CG_Printf( "WARNING: CG_ReadNextSnapshot: way out of range, %i > %i\n", cg.latestSnapshotNum, cgs.processedSnapshotNum ); }