1
This commit is contained in:
parent
acc2812c24
commit
0f7988ddc8
@ -27,7 +27,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum)
|
|||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
if (((Human*)hum)->GetPos().ManhattanDistance(entity->GetPos()) > VIEW_RANGE) {
|
if (((Human*)hum)->GetPos().ManhattanDistance(entity->GetPos()) > VIEW_RANGE + 100) {
|
||||||
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