1
This commit is contained in:
parent
e7fca225b6
commit
1439a6b612
@ -35,7 +35,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (((Human*)hum)->pos.ManhattanDistance(entity->pos) > VIEW_RANGE + 100) {
|
if (((Human*)hum)->pos.ManhattanDistance(entity->pos) > VIEW_RANGE + 200) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
entity->FillMFObjectPart((Human*)hum, msg->add_part_objects());
|
entity->FillMFObjectPart((Human*)hum, msg->add_part_objects());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user