mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
fix wrong dlist
This commit is contained in:
parent
d6d9452df4
commit
ba6f9f0f4c
@ -1598,7 +1598,7 @@ void Background_DrawGround(void) {
|
|||||||
} else if (gCurrentLevel == LEVEL_BOLSE) {
|
} else if (gCurrentLevel == LEVEL_BOLSE) {
|
||||||
gSPDisplayList(gMasterDisp++, D_BO_600A810);
|
gSPDisplayList(gMasterDisp++, D_BO_600A810);
|
||||||
} else if (gCurrentLevel == LEVEL_VENOM_2) {
|
} else if (gCurrentLevel == LEVEL_VENOM_2) {
|
||||||
gSPDisplayList(gMasterDisp++, aMaProximityLightSidesDL);
|
gSPDisplayList(gMasterDisp++, D_VE2_6010700);
|
||||||
}
|
}
|
||||||
Matrix_Pop(&gGfxMatrix);
|
Matrix_Pop(&gGfxMatrix);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user