Skip to content

Commit

Permalink
add a missing \n from a cgame print
Browse files Browse the repository at this point in the history
(thanks again /dev/hc)
  • Loading branch information
NuclearMonster committed Jan 27, 2011
1 parent 5e2ccac commit 2a083d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cgame/cg_snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down

0 comments on commit 2a083d6

Please sign in to comment.