mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-11 13:19:53 -04:00
Fixed wrong symbol
This commit is contained in:
@@ -2273,7 +2273,7 @@ void ActorAllRange_Draw(Actor* actor) {
|
||||
}
|
||||
} else if (gCurrentLevel == LEVEL_SECTOR_Z) {
|
||||
gSPDisplayList(gMasterDisp++, D_SZ_6004FE0);
|
||||
Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1);
|
||||
Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1);
|
||||
func_edisplay_8005B1E8(actor, 2);
|
||||
} else if (gCurrentLevel == LEVEL_BOLSE) {
|
||||
gSPDisplayList(gMasterDisp++, D_BO_6008770);
|
||||
|
||||
Reference in New Issue
Block a user