[quake3-commits] r1822 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 27 02:22:25 EST 2011


Author: zakk
Date: 2011-01-27 02:22:25 -0500 (Thu, 27 Jan 2011)
New Revision: 1822

Modified:
   trunk/code/cgame/cg_snapshot.c
Log:
add a missing \n from a cgame print
(thanks again /dev/hc)


Modified: trunk/code/cgame/cg_snapshot.c
===================================================================
--- trunk/code/cgame/cg_snapshot.c	2011-01-27 07:20:56 UTC (rev 1821)
+++ trunk/code/cgame/cg_snapshot.c	2011-01-27 07:22:25 UTC (rev 1822)
@@ -261,7 +261,7 @@
 	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 );
 	}
 



More information about the quake3-commits mailing list