| 78 | } |
| 79 | |
| 80 | void AmmoType::DeinitShape() |
| 81 | { |
| 82 | if (_cartridgeType) |
| 83 | { |
| 84 | _cartridgeType->VehicleRelease(); // allow releasing shape |
| 85 | _cartridgeType.Free(); |
| 86 | } |
| 87 | _proxyShape.Free(); |
| 88 | base::DeinitShape(); |
| 89 | } |
| 90 | |
| 91 | void AmmoType::Load(const ParamEntry& par) |
| 92 | { |
no test coverage detected