mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
MSG_ReadChar -> MSG_ReadByte
This commit is contained in:
parent
3ab66f5e75
commit
ece4e5c6ef
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ SV_ReadClientMessage (void)
|
|||
return false;
|
||||
}
|
||||
|
||||
cmd = MSG_ReadChar (net_message);
|
||||
cmd = MSG_ReadByte (net_message);
|
||||
|
||||
switch (cmd) {
|
||||
case -1:
|
||||
|
|
Loading…
Reference in a new issue