| 1073 | } |
| 1074 | |
| 1075 | void zNPCBPlankton::Setup() |
| 1076 | { |
| 1077 | U32 tmpVar; |
| 1078 | |
| 1079 | zNPCBoss::Setup(); |
| 1080 | zNPCBPlankton::setup_beam(); |
| 1081 | tmpVar = xStrHash("NPC_NEWSCASTER"); |
| 1082 | newsfish = (zNPCNewsFish*)zSceneFindObject(tmpVar); |
| 1083 | } |
| 1084 | |
| 1085 | void zNPCBPlankton::PostSetup() |
| 1086 | { |
nothing calls this directly
no test coverage detected