mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-21 08:55:04 -05:00
TWEAK: Add transition to the Time Travel feature (#3276)
* ADD/ Proper Transition * REM: Dupe
This commit is contained in:
parent
42f6cfe66b
commit
3ed976e6af
@ -42,8 +42,8 @@ bool performSave = false;
|
||||
void ReloadSceneTogglingLinkAge() {
|
||||
gPlayState->nextEntranceIndex = gSaveContext.entranceIndex;
|
||||
gPlayState->sceneLoadFlag = 0x14;
|
||||
gPlayState->fadeTransition = 11;
|
||||
gSaveContext.nextTransitionType = 11;
|
||||
gPlayState->fadeTransition = 42; // Fade Out
|
||||
gSaveContext.nextTransitionType = 42;
|
||||
gPlayState->linkAgeOnLoad ^= 1; // toggle linkAgeOnLoad
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user