mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Various bug fixes
This commit is contained in:
@@ -14,7 +14,7 @@ COptionsScreen::COptionsScreen(const CStateManager& mgr, CGuiFrame& frame,
|
||||
const CStringTable& pauseStrg)
|
||||
: CPauseScreenBase(mgr, frame, pauseStrg)
|
||||
{
|
||||
x1a0_gameCube = std::unique_ptr<CGameCubeDoll>();
|
||||
x1a0_gameCube = std::make_unique<CGameCubeDoll>();
|
||||
x2a0_24_inOptionBody = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user