mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
fix a typo in a message
This commit is contained in:
parent
d2c586dae7
commit
d16cf69017
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ SV_Soundlist_f (void *unused)
|
|||
// NOTE: This doesn't go through MSG_ReliableWrite since it's before the
|
||||
// user spawns. These functions are written to not overflow
|
||||
if (host_client->backbuf.num_backbuf) {
|
||||
SV_Printf ("WARNING %s: [SV_Soundlist] Back buffered (%d0, clearing",
|
||||
SV_Printf ("WARNING %s: [SV_Soundlist] Back buffered (%d), clearing",
|
||||
host_client->name, host_client->netchan.message.cursize);
|
||||
host_client->backbuf.num_backbuf = 0;
|
||||
SZ_Clear (&host_client->netchan.message);
|
||||
|
|
Loading…
Reference in a new issue