| 836 | } |
| 837 | |
| 838 | S32 zNPCTubelet::Respawn(const xVec3* pos, zMovePoint* mvptFirst, zMovePoint* mvptSpawnRef) |
| 839 | { |
| 840 | S32 rc = zNPCCommon::Respawn(pos, mvptFirst, mvptSpawnRef); |
| 841 | if (rc != 0) |
| 842 | { |
| 843 | PrepTheBand(); |
| 844 | } |
| 845 | return rc; |
| 846 | } |
| 847 | |
| 848 | void zNPCFodder::ParseINI() |
| 849 | { |
no test coverage detected