mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 01:21:17 +00:00
More cleaning up after slobs.
This commit is contained in:
parent
5fb8aa07f3
commit
41bfde9cfa
8 changed files with 151 additions and 99 deletions
|
@ -727,7 +727,9 @@ CL_ParseStaticSound (void)
|
|||
S_StaticSound (cl.sound_precache[sound_num], org, vol, atten);
|
||||
}
|
||||
|
||||
#define SHOWNET(x) if(cl_shownet->int_val==2)Con_Printf ("%3i:%s\n", net_message->readcount-1, x);
|
||||
#define SHOWNET(x) \
|
||||
if (cl_shownet->int_val == 2) \
|
||||
Con_Printf ("%3i:%s\n", net_message->readcount - 1, x);
|
||||
|
||||
int viewentity;
|
||||
|
||||
|
@ -883,7 +885,7 @@ CL_ParseServerMessage (void)
|
|||
|
||||
case svc_spawnbaseline:
|
||||
i = MSG_ReadShort (net_message);
|
||||
// must use CL_EntityNum() to force cl.num_entities up
|
||||
// must use CL_EntityNum () to force cl.num_entities up
|
||||
CL_ParseBaseline (CL_EntityNum (i));
|
||||
break;
|
||||
case svc_spawnstatic:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue