| 316 | } |
| 317 | |
| 318 | void NPCHazard::TypData_RotMatApply(xMat3x3* mat) |
| 319 | { |
| 320 | xMat3x3* frame = (xMat3x3*)xModelGetFrame(this->mdl_hazard); |
| 321 | xMat3x3Mul(frame, mat, frame); |
| 322 | xModelSetFrame(this->mdl_hazard, (xMat4x3*)frame); |
| 323 | } |
| 324 | |
| 325 | en_hazmodel NPCHazard::PickFunFrag() |
| 326 | { |
nothing calls this directly
no test coverage detected