mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Whitespace.
This commit is contained in:
parent
9a53531d3b
commit
206ab9a997
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ Skin_NextDownload (void)
|
|||
if (!cls.demoplayback) {
|
||||
// get next signon phase
|
||||
MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
|
||||
MSG_WriteString (&cls.netchan.message, va ("begin %i",
|
||||
cl.servercount));
|
||||
MSG_WriteString (&cls.netchan.message,
|
||||
va ("begin %i", cl.servercount));
|
||||
Cache_Report (); // print remaining memory
|
||||
}
|
||||
CL_SetState (ca_active);
|
||||
|
|
Loading…
Reference in a new issue