2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

MP2/3 MREA extract fix

This commit is contained in:
Jack Andersen
2017-01-16 17:51:42 -10:00
parent 3d91bb4e6a
commit b4a3d2b902
3 changed files with 11 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ CPreFrontEnd::CPreFrontEnd()
CIOWin::EMessageReturn CPreFrontEnd::OnMessage(const CArchitectureMessage&, CArchitectureQueue&)
{
return EMessageReturn::Normal;
return EMessageReturn::Exit;
}
}