| 34 | } |
| 35 | |
| 36 | void TMapObjIceBlock::createModel(JKRSolidHeap *heap, u32 viewNo) { |
| 37 | mModel.createModel(heap, viewNo, 0); |
| 38 | GeographyObj::getAnmCtrl()->InitRegistration(1, &mModel); |
| 39 | GeographyObj::getAnmCtrl()->RegisterTrans(0, sIceBlockBckAnmTrans, sIceBlockBckMtxCalc); |
| 40 | GeographyObj::getAnmCtrl()->getFrameCtrl(0)->setAttribute(2); |
| 41 | } |
| 42 | |
| 43 | void TMapObjIceBlock::calc() { |
| 44 |
nothing calls this directly
no test coverage detected