Whitespace.

This commit is contained in:
Bill Currie 2012-11-14 20:54:35 +09:00
parent 9a53531d3b
commit 206ab9a997
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ Skin_NextDownload (void)
if (!cls.demoplayback) { if (!cls.demoplayback) {
// get next signon phase // get next signon phase
MSG_WriteByte (&cls.netchan.message, clc_stringcmd); MSG_WriteByte (&cls.netchan.message, clc_stringcmd);
MSG_WriteString (&cls.netchan.message, va ("begin %i", MSG_WriteString (&cls.netchan.message,
cl.servercount)); va ("begin %i", cl.servercount));
Cache_Report (); // print remaining memory Cache_Report (); // print remaining memory
} }
CL_SetState (ca_active); CL_SetState (ca_active);