0x0046FED5
| 413 | |
| 414 | // 0x0046FED5 |
| 415 | void zeroUnused() |
| 416 | { |
| 417 | for (auto* ent : EntityList<EntityListIterator<EntityBase>, EntityListType::null>()) |
| 418 | { |
| 419 | zeroEntity(ent); |
| 420 | } |
| 421 | for (auto* ent : EntityList<EntityListIterator<EntityBase>, EntityListType::nullMoney>()) |
| 422 | { |
| 423 | zeroEntity(ent); |
| 424 | } |
| 425 | } |
| 426 | } |
nothing calls this directly
no test coverage detected