| 258 | } |
| 259 | } |
| 260 | static void init_models() |
| 261 | { |
| 262 | shared.root_model = globals.player.ent.model; |
| 263 | shared.ass_model = globals.player.sb_models[3]; |
| 264 | shared.pants_model = globals.player.sb_models[4]; |
| 265 | xModelInstanceUpgradeBrotherShared(globals.player.sb_models[4], |
| 266 | globals.player.sb_models[4]->Flags & 0xdfff | 8); |
| 267 | } |
| 268 | static void show_models() |
| 269 | { |
| 270 | shared.ass_model->Flags |= 0x3; |
nothing calls this directly
no test coverage detected