| 615 | } |
| 616 | |
| 617 | static void StartProjectiles(ObjectInfo* obj) |
| 618 | { |
| 619 | obj = &Objects[ID_TONY_BOSS_FLAME]; |
| 620 | obj->control = ControlTonyFireBall; |
| 621 | obj->Hidden = true; |
| 622 | } |
| 623 | |
| 624 | void InitializeTR3Objects() |
| 625 | { |
no outgoing calls
no test coverage detected