mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +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;
|
OSMesg* sp24;
|
||||||
s32 i;
|
s32 i;
|
||||||
|
|
||||||
if(!Save_ReadData()){
|
//if(!Save_ReadData()) {
|
||||||
return 0;
|
// return 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
Save_ReadData();
|
||||||
|
|
||||||
gSaveFile = gSaveIOBuffer;
|
gSaveFile = gSaveIOBuffer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user