mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Lots of CResFactory fixes
This commit is contained in:
@@ -21,7 +21,7 @@ CIOWin::EMessageReturn CPreFrontEnd::OnMessage(const CArchitectureMessage& msg,
|
||||
|
||||
CMain* m = static_cast<CMain*>(g_Main);
|
||||
if (CResLoader* loader = g_ResFactory->GetResLoader())
|
||||
if (loader->AreAllPaksLoaded())
|
||||
if (!loader->AreAllPaksLoaded())
|
||||
return EMessageReturn::Exit;
|
||||
if (!x14_resourceTweaksRegistered)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user