1
This commit is contained in:
parent
a3d8cf7743
commit
a65d3d0966
@ -27,7 +27,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum)
|
|||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
if (((Human*)hum)->GetPos().ManhattanDistance(entity->GetPos()) > VIEW_RANGE + 200) {
|
if (((Human*)hum)->GetPos().ManhattanDistance(entity->GetPos()) > VIEW_RANGE + 300) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
entity->FillMFObjectPart(room, (Human*)hum, msg->add_part_objects());
|
entity->FillMFObjectPart(room, (Human*)hum, msg->add_part_objects());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user