| 309 | } |
| 310 | |
| 311 | void NPCHazard::TypData_RotMatSet(xMat3x3* mat) |
| 312 | { |
| 313 | xMat3x3* frame = (xMat3x3*)xModelGetFrame(this->mdl_hazard); |
| 314 | xMat3x3Copy(frame, mat); |
| 315 | xModelSetFrame(this->mdl_hazard, (xMat4x3*)frame); |
| 316 | } |
| 317 | |
| 318 | void NPCHazard::TypData_RotMatApply(xMat3x3* mat) |
| 319 | { |
nothing calls this directly
no test coverage detected