mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qw] Print temp entity type number
More net_packetlog improvements
This commit is contained in:
parent
548b7fe753
commit
ab4c950c34
1 changed files with 1 additions and 0 deletions
|
@ -521,6 +521,7 @@ Parse_Server_Packet (int has_sequence)
|
|||
break;
|
||||
case svc_temp_entity:
|
||||
i = MSG_ReadByte (&packet);
|
||||
Net_LogPrintf (" type %d", i);
|
||||
switch (i) {
|
||||
case 0:
|
||||
case 1:
|
||||
|
|
Loading…
Reference in a new issue