mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 12:32:09 +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;
|
snapshot_t *dest;
|
||||||
|
|
||||||
if ( cg.latestSnapshotNum > cgs.processedSnapshotNum + 1000 ) {
|
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 );
|
cg.latestSnapshotNum, cgs.processedSnapshotNum );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue