mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-09 20:41:12 -04:00
Fix memory bug
This commit is contained in:
@@ -183,7 +183,7 @@ typedef struct ShipArchipelagoSaveContextData {
|
||||
ArchipelagoLocationData locations[RC_MAX];
|
||||
} ShipArchipelagoSaveContextData;
|
||||
|
||||
typedef union ShipQuestSpecificSaveContextData {
|
||||
typedef struct ShipQuestSpecificSaveContextData {
|
||||
ShipRandomizerSaveContextData randomizer;
|
||||
ShipBossRushSaveContextData bossRush;
|
||||
ShipArchipelagoSaveContextData archipelago;
|
||||
|
||||
Reference in New Issue
Block a user