mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-01 04:20:27 -04:00
Fixed compilation and added an option to set the logging config
This commit is contained in:
+2
-1
@@ -1417,7 +1417,7 @@ void Background_DrawGround(void) {
|
||||
Matrix_Pop(&gGfxMatrix);
|
||||
break;
|
||||
|
||||
case LEVEL_TRAINING:
|
||||
case LEVEL_TRAINING: {
|
||||
static Vtx trainingGroundVtx_FIX[] = {
|
||||
{ { { 4000, 0, -6000 }, 0, { 20947, -19923 }, { 0, 120, 0, 255 } } },
|
||||
{ { { -4000, 0, -6000 }, 0, { 0, -19923 }, { 0, 120, 0, 255 } } },
|
||||
@@ -1523,6 +1523,7 @@ void Background_DrawGround(void) {
|
||||
prevPlayerPath = gPlayer[gPlayerNum].xPath;
|
||||
prevPlayerPath2 = sp1D4;
|
||||
break;
|
||||
}
|
||||
|
||||
case LEVEL_AQUAS:
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_20);
|
||||
|
||||
Reference in New Issue
Block a user