mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 07:21:31 +00:00
Fix typo
This commit is contained in:
parent
08cf018563
commit
4315b1cfdc
1 changed files with 1 additions and 1 deletions
|
@ -2635,7 +2635,7 @@ void CL_ParseServerMessage (void)
|
||||||
|
|
||||||
case svcdp_downloaddata:
|
case svcdp_downloaddata:
|
||||||
if (cl.protocol != PROTOCOL_VERSION_DP7 && !cl.protocol_dpdownload)
|
if (cl.protocol != PROTOCOL_VERSION_DP7 && !cl.protocol_dpdownload)
|
||||||
Host_Error ("Received svcdp_entities but extension not active");
|
Host_Error ("Received svcdp_downloaddata but extension not active");
|
||||||
CL_Download_Data();
|
CL_Download_Data();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue