add a missing \n from a cgame print
(thanks again /dev/hc)
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user