diff options
Diffstat (limited to 'soh/include/z64save.h')
| -rw-r--r-- | soh/include/z64save.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soh/include/z64save.h b/soh/include/z64save.h index ee3585901..6adad2a9f 100644 --- a/soh/include/z64save.h +++ b/soh/include/z64save.h @@ -255,6 +255,7 @@ typedef struct ShipSaveContextData { u8 filenameLanguage; //TODO: Move non-rando specific flags to a new sohInf and move the remaining randomizerInf to ShipRandomizerSaveContextData u16 randomizerInf[(RAND_INF_MAX + 15) / 16]; + u8 resetToSpawn; } ShipSaveContextData; #pragma endregion |
