diff --git a/Quake/sv_main.c b/Quake/sv_main.c index 9ca346f5..aef4b675 100644 --- a/Quake/sv_main.c +++ b/Quake/sv_main.c @@ -538,7 +538,7 @@ void SV_WriteEntitiesToClient (edict_t *clent, sizebuf_t *msg) continue; //johnfitz -- don't send model>255 entities if protocol is 15 - if (sv_protocol == PROTOCOL_NETQUAKE && (int)ent->v.modelindex & 0xFF00) + if (sv.protocol == PROTOCOL_NETQUAKE && (int)ent->v.modelindex & 0xFF00) continue; // ignore if not touching a PV leaf