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