2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 23:37:02 +00:00

Merge pull request #215 from lioncash/none

CFrontEndUI: Default initialize SFrontEndFrame's x4_action to EAction::None
This commit is contained in:
2020-03-12 15:11:11 -07:00
committed by GitHub

View File

@@ -225,7 +225,7 @@ public:
enum class EAction { None, StartGame, FusionBonus, GameOptions, SlideShow };
u32 x0_rnd;
EAction x4_action;
EAction x4_action = EAction::None;
TLockedToken<CGuiFrame> x8_frme;
CGuiFrame* x14_loadedFrme = nullptr;
CGuiTableGroup* x18_tablegroup_mainmenu = nullptr;