mirror of https://github.com/zeldaret/mm.git
Remove statement added by faulty merge
This commit is contained in:
parent
0bd2da4eb4
commit
a7442cd4d9
|
|
@ -253,7 +253,6 @@ void EnKendoJs_HandleCourseChoice(EnKendoJs* this, PlayState* play) {
|
|||
Audio_PlaySfx(NA_SE_SY_ERROR);
|
||||
ENKENDOJS_START_MSG(this, play, 0x272C);
|
||||
Actor_ChangeAnimationByInfo(&this->skelAnime, sAnimationInfo, ENKENDOJS_ANIM_FLAILING);
|
||||
Actor_ChangeAnimationByInfo(&this->skelAnime, sAnimationInfo, ENKENDOJS_ANIM_2);
|
||||
} else if (gSaveContext.save.saveInfo.playerData.rupees < play->msgCtx.firstChoicePrice) {
|
||||
Audio_PlaySfx(NA_SE_SY_ERROR);
|
||||
ENKENDOJS_START_MSG(this, play, 0x2718);
|
||||
|
|
|
|||
Loading…
Reference in New Issue