mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-12 07:57:39 -04:00
fix default save detection
This commit is contained in:
@@ -51,9 +51,11 @@ s32 Save_Read(void) {
|
||||
OSMesg* sp24;
|
||||
s32 i;
|
||||
|
||||
if(!Save_ReadData()){
|
||||
return 0;
|
||||
}
|
||||
//if(!Save_ReadData()) {
|
||||
// return 0;
|
||||
//}
|
||||
|
||||
Save_ReadData();
|
||||
|
||||
gSaveFile = gSaveIOBuffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user