MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / init_models

Function init_models

src/SB/Game/zEntPlayerBungeeState.cpp:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected