git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4815
d7cf8633-e32d-0410-b094-
e92efae38249
move->cursor_entitynumber = MSG_ReadShort();
// as requested by FrikaC, cursor_trace_ent is reset to world if the
// entity is free at time of receipt
- if (EDICT_NUM(move->cursor_entitynumber)->e->freed)
+ if (EDICT_NUM(move->cursor_entitynumber)->e->free)
move->cursor_entitynumber = 0;
if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__);
}