mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-15 21:20:06 -04:00
titles are back for a limited time
enjoy #Skipping
This commit is contained in:
@@ -142,8 +142,6 @@ void Title_Main(GameState* thisx) {
|
||||
SET_NEXT_GAMESTATE(&this->state, Opening_Init, OpeningContext);
|
||||
}
|
||||
|
||||
GameInteractor_ExecuteOnZTitleUpdate(this);
|
||||
|
||||
CLOSE_DISPS(this->state.gfxCtx);
|
||||
}
|
||||
|
||||
@@ -171,4 +169,6 @@ void Title_Init(GameState* thisx) {
|
||||
this->coverAlpha = 255;
|
||||
this->addAlpha = -3;
|
||||
this->visibleDuration = 0x3C;
|
||||
|
||||
GameInteractor_ExecuteOnZTitleInit(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user