| 95 | }; |
| 96 | |
| 97 | void InitializeGuide(short itemNumber) |
| 98 | { |
| 99 | auto* item = &g_Level.Items[itemNumber]; |
| 100 | |
| 101 | InitializeCreature(itemNumber); |
| 102 | SetAnimation(item, GUIDE_ANIM_IDLE); |
| 103 | item->SetMeshSwapFlags(GuideRightHandSwapJoints); |
| 104 | } |
| 105 | |
| 106 | void GuideControl(short itemNumber) |
| 107 | { |
nothing calls this directly
no test coverage detected