mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 15:45:20 -07:00
Title screen fix was breaking SFX extraction.
This commit is contained in:
parent
22577029c9
commit
0b11968291
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ void ActorAccessibility_OnActorInit(void* actor) {
|
|||
void ActorAccessibility_OnGameFrameUpdate() {
|
||||
if (gPlayState == NULL)
|
||||
return;
|
||||
if (!GameInteractor::IsSaveLoaded())
|
||||
if (!GameInteractor::IsSaveLoaded() && !aa->extractSfx)
|
||||
return;//Title screen, skip.
|
||||
|
||||
ActorAccessibility_RunAccessibilityForAllActors(gPlayState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue