| 813 | } |
| 814 | |
| 815 | void zNPCTubeSlave::DoLaserRendering() |
| 816 | { |
| 817 | xGoal* goal; |
| 818 | if (tubespot == ROBO_TUBE_PAUL) |
| 819 | { |
| 820 | goal = psy_instinct->GetCurGoal(); |
| 821 | if (goal != NULL && (goal->GetID() == NPC_GOAL_TUBEATTACK)) |
| 822 | { |
| 823 | ((zNPCGoalTubeAttack*)(goal))->LaserRender(); |
| 824 | } |
| 825 | } |
| 826 | } |
| 827 | |
| 828 | void zNPCFodBzzt::Process(xScene* sc, F32 dt) |
| 829 | { |
nothing calls this directly
no test coverage detected