mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
fix: bool defintion causing fast file select crash (#2142)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
15c8ccd0cf
commit
43ff9713e9
@ -1822,6 +1822,6 @@ extern "C" void Save_DeleteFile(int fileNum) {
|
||||
Ship::ExecuteHooks<Ship::DeleteFile>(fileNum);
|
||||
}
|
||||
|
||||
extern "C" bool Save_Exist(int fileNum) {
|
||||
extern "C" u32 Save_Exist(int fileNum) {
|
||||
return SaveManager::Instance->SaveFile_Exist(fileNum);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user