1
This commit is contained in:
parent
4f6af4a983
commit
4518fd0b6f
@ -628,6 +628,7 @@ void Human::SyncAroundPlayers()
|
|||||||
for (auto& cell : grid_list) {
|
for (auto& cell : grid_list) {
|
||||||
for (Human* hum : cell->human_list) {
|
for (Human* hum : cell->human_list) {
|
||||||
hum->AddToNewObjects(this);
|
hum->AddToNewObjects(this);
|
||||||
|
assert(hum->part_objects.find(this) != hum->part_objects.end());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user