mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-07-12 07:39:41 -04:00
skip z_title with button press
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <soh/GameVersions.h>
|
||||
#include <soh/SaveManager.h>
|
||||
#include "soh/ResourceManagerHelpers.h"
|
||||
#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "time.h"
|
||||
@@ -275,6 +276,8 @@ void Title_Main(GameState* thisx) {
|
||||
SET_NEXT_GAMESTATE(&this->state, Opening_Init, OpeningContext);
|
||||
}
|
||||
|
||||
GameInteractor_ExecuteOnZTitleUpdate(this);
|
||||
|
||||
CLOSE_DISPS(this->state.gfxCtx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user