| 1427 | } |
| 1428 | |
| 1429 | void zNPCBPlankton::follow_camera() |
| 1430 | { |
| 1431 | flag.follow = FOLLOW_CAMERA; |
| 1432 | follow.delay = follow.max_delay = 0.0f; |
| 1433 | flag.move = MOVE_ORBIT; |
| 1434 | } |
| 1435 | |
| 1436 | xFactoryInst* zNPCGoalBPlanktonIdle::create(S32 who, RyzMemGrow* grow, void* info) |
| 1437 | { |