| 243 | } |
| 244 | |
| 245 | bool ExModel::createDifferedModel(JKRSolidHeap *slid, u32 p2, u32 p3, bool p4) { |
| 246 | bool ret = ExModel::createModel(slid, p2, 0x80000); |
| 247 | |
| 248 | for (u16 i = 0; i < mLevelCnt; i++) { |
| 249 | if (mModelData[i]) { |
| 250 | mModel[i]->newDifferedDisplayList(p3); |
| 251 | if (p4) |
| 252 | mModel[i]->newDifferedTexMtx(TEXDIFF_Material); |
| 253 | } |
| 254 | } |
| 255 | return ret; |
| 256 | } |
| 257 | |
| 258 | void ExModel::makeSharedDL() { |
| 259 | for (u16 i = 0; i < mLevelCnt; i++) { |
no outgoing calls
no test coverage detected