mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Windows fixes
This commit is contained in:
@@ -146,7 +146,7 @@ bool CMemoryCardSys::InitializePump() {
|
||||
std::sort(x20_scanStates.begin(), x20_scanStates.end(), [&](const auto& a, const auto& b) -> bool {
|
||||
return g_ResFactory->TranslateNewToOriginal(a.first) < g_ResFactory->TranslateNewToOriginal(b.first);
|
||||
});
|
||||
x1c_worldInter = std::experimental::nullopt;
|
||||
x1c_worldInter = rstl::nullopt;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user