mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 00:53:07 -07:00
[Game Interactor] Add LoadGame and ExitGame hooks (#2542)
* add loadgame/exitgame GI hooks * implement loadgame/exitgame hooks in game code * move entrance tracker data lifecycle to hooks * update cosmetic editor to update onloadgame hook
This commit is contained in:
parent
17aeec4b13
commit
f7bb807940
10 changed files with 47 additions and 21 deletions
|
@ -611,6 +611,4 @@ void Sram_InitSram(GameState* gameState) {
|
|||
// When going from a rando save to a vanilla save within the same game instance
|
||||
// we need to reset the entrance table back to its vanilla state
|
||||
Entrance_ResetEntranceTable();
|
||||
// Clear out the entrance tracker
|
||||
Entrance_ClearEntranceTrackingData();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue