mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00:00
engine: client: fix parsing svc_spawnentity on old protocol
This commit is contained in:
parent
27d9fc0afe
commit
2e8ab13242
@ -2889,7 +2889,7 @@ void CL_ParseLegacyServerMessage( sizebuf_t *msg, qboolean normal_message )
|
|||||||
cl.frames[cl.parsecountmod].graphdata.sound += MSG_GetNumBytesRead( msg ) - bufStart;
|
cl.frames[cl.parsecountmod].graphdata.sound += MSG_GetNumBytesRead( msg ) - bufStart;
|
||||||
break;
|
break;
|
||||||
case svc_spawnstatic:
|
case svc_spawnstatic:
|
||||||
CL_ParseStaticEntity( msg );
|
CL_LegacyParseStaticEntity( msg );
|
||||||
break;
|
break;
|
||||||
case svc_event_reliable:
|
case svc_event_reliable:
|
||||||
CL_ParseReliableEvent( msg );
|
CL_ParseReliableEvent( msg );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user