MSG_ReadChar -> MSG_ReadByte

This commit is contained in:
Bill Currie 2001-10-18 03:43:20 +00:00
parent 3ab66f5e75
commit ece4e5c6ef

View file

@ -471,7 +471,7 @@ SV_ReadClientMessage (void)
return false;
}
cmd = MSG_ReadChar (net_message);
cmd = MSG_ReadByte (net_message);
switch (cmd) {
case -1: