| 618 | } |
| 619 | |
| 620 | void zNPCRobot::NewTime(xScene* xscn, F32 dt) |
| 621 | { |
| 622 | if (idx_neckBone >= 0 && !IsDying()) |
| 623 | { |
| 624 | TurnThemHeads(); |
| 625 | } |
| 626 | zNPCCommon::NewTime(xscn, dt); |
| 627 | } |
| 628 | |
| 629 | void zNPCRobot::SelfSetup() |
| 630 | { |
nothing calls this directly
no test coverage detected