Skip to content

Commit

Permalink
fix ebiOmakeMgr error
Browse files Browse the repository at this point in the history
  • Loading branch information
PikHacker committed Sep 15, 2023
1 parent 5a45c55 commit f217a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugProjectEbisawaU/ebiOmakeMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void FSMState_SelectGame::do_exec(TMgr* mgr)
*/
TMgr::TMgr()
: mController(nullptr)
, _890(0)
, mIsFinished(0)
, _894(0)
, _898(0)
{
Expand Down Expand Up @@ -280,8 +280,8 @@ bool TMgr::isFinish() { return u8(getStateID() == Standby); }
*/
void TMgr::update()
{
_890 = false;
u8 close = mOmake.isCloseScreen();
mIsFinished = false;
u8 close = mOmake.isCloseScreen();
mStateMachine.exec(this);
if (getStateID() != Standby) {
if (getStateID() != Movie) {
Expand Down

0 comments on commit f217a02

Please sign in to comment.