don't bother writing client info for unused client slots. If demo

compatability breaks, this is one place to check for why (but I don't think
it will).
This commit is contained in:
Bill Currie 2002-02-13 17:50:47 +00:00
parent af663488c8
commit f1ea286a44

View file

@ -610,6 +610,8 @@ CL_Record_f (void)
for (i = 0; i < MAX_CLIENTS; i++) {
player = cl.players + i;
if (!player->userinfo)
continue;
MSG_WriteByte (&buf, svc_updatefrags);
MSG_WriteByte (&buf, i);