| 784 | } |
| 785 | |
| 786 | void zNPCCommon::Process(xScene* xscn, F32 dt) |
| 787 | { |
| 788 | if ((flg_misc & 4) != 0) |
| 789 | { |
| 790 | ModelScaleSet(&cfg_npc->scl_model); |
| 791 | } |
| 792 | flags1.flg_upward = flags1.flg_upward & ~0x2; |
| 793 | xNPCBasic::Process(xscn, dt); |
| 794 | } |
| 795 | |
| 796 | void zNPCCommon::BUpdate(xVec3* pos) |
| 797 | { |
nothing calls this directly
no test coverage detected