mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
make non-cmc pot model major for shuffle clarity (#6398)
This commit is contained in:
parent
c61c1c0fec
commit
2cfb0f73dc
|
|
@ -54,7 +54,7 @@ extern "C" void ObjTsubo_RandomizerDraw(Actor* thisx, PlayState* play) {
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotStandardDL);
|
||||
gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotMajorDL);
|
||||
}
|
||||
} else {
|
||||
gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotDL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue