mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Minor typo fix ("(%d0" to "(%d)")
This commit is contained in:
parent
7e8c75f7c9
commit
1422163099
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ SV_PreSpawn_f (void)
|
|||
// the user
|
||||
// spawns. These functions are written to not overflow
|
||||
if (host_client->num_backbuf) {
|
||||
SV_Printf ("WARNING %s: [SV_PreSpawn] Back buffered (%d0, clearing",
|
||||
SV_Printf ("WARNING %s: [SV_PreSpawn] Back buffered (%d), clearing",
|
||||
host_client->name, host_client->netchan.message.cursize);
|
||||
host_client->num_backbuf = 0;
|
||||
SZ_Clear (&host_client->netchan.message);
|
||||
|
|
Loading…
Reference in a new issue