diff options
Diffstat (limited to 'src/cgame')
| -rw-r--r-- | src/cgame/cg_snapshot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_snapshot.c b/src/cgame/cg_snapshot.c index 84b419f..9d58446 100644 --- a/src/cgame/cg_snapshot.c +++ b/src/cgame/cg_snapshot.c @@ -311,7 +311,7 @@ static snapshot_t *CG_ReadNextSnapshot( void )    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 );    }  | 
