mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
fix default save detection
This commit is contained in:
parent
9347059776
commit
3a9d45b515
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user