| 67 | } |
| 68 | |
| 69 | void ItemKinoko::initEquip() |
| 70 | { |
| 71 | mEquipFlags = 0; |
| 72 | mVel.zero(); |
| 73 | mPos.zero(); |
| 74 | |
| 75 | mMulti->ParamInit(sBuildRotAngle); |
| 76 | _2b0 = F_PI * (2.0f * ItemObj::getItemRnd()->get_ufloat_1() - 1.0f); |
| 77 | |
| 78 | QuaternionReset(&_34); |
| 79 | } |
| 80 | |
| 81 | void ItemKinoko::doEquip() { executeEquipHandFunc(); } |
| 82 |
nothing calls this directly
no test coverage detected