mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Initial CChozoGhost imp
This commit is contained in:
@@ -101,9 +101,7 @@ bool CMemoryCardSys::InitializePump() {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!x0_hints.IsLoaded() || !x0_hints.GetObj())
|
||||
return false;
|
||||
return true;
|
||||
return !(!x0_hints.IsLoaded() || !x0_hints.GetObj());
|
||||
}
|
||||
|
||||
bool done = true;
|
||||
|
||||
Reference in New Issue
Block a user