mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
add a missing \n from a cgame print
(thanks again /dev/hc)
This commit is contained in:
parent
5e2ccac7f0
commit
2a083d6d60
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue