fix an inconsistency devkev found. It's not (yet) a problem in our code, but it was causing sefaults in in qwf.

This commit is contained in:
Bill Currie 2000-04-21 12:42:33 +00:00
parent 95393325ad
commit b7ebd7efa6

View file

@ -1619,7 +1619,7 @@ void SV_ExecuteClientMessage (client_t *cl)
c = MSG_ReadByte ();
if (c == -1)
break;
return;
switch (c)
{