| 395 | } |
| 396 | |
| 397 | void AnimExt::ExtData::InitializeConstants() |
| 398 | { |
| 399 | // Something about creating this in constructor messes with debris anims, so it has to be done for them later. |
| 400 | if (!this->OwnerObject()->HasExtras) |
| 401 | CreateAttachedSystem(); |
| 402 | } |
| 403 | |
| 404 | void AnimExt::InvalidateTechnoPointers(TechnoClass* pTechno) |
| 405 | { |
nothing calls this directly
no outgoing calls
no test coverage detected