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 ); }