1
This commit is contained in:
parent
fd9c2fa00d
commit
5a8b867fd7
@ -639,11 +639,13 @@ void Room::RemoveObjectLater(Entity* entity)
|
||||
|
||||
void Room::FetchBuilding(Human* hum)
|
||||
{
|
||||
#if 0
|
||||
for (auto& pair : uniid_hash_) {
|
||||
if (pair.second->entity_type == ET_Building) {
|
||||
hum->AddToNewObjects(pair.second);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Room::OnHumanDie(Human* hum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user