Skip to content

Commit 3bc3b6e

Browse files
committed
fix additional cvar check bug
1 parent a047745 commit 3bc3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soh/src/overlays/actors/ovl_En_Kz/z_en_kz.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ s16 func_80A9C6C0(PlayState* play, Actor* thisx) {
182182
break;
183183
}
184184
if (this->actor.textId == 0x4014) {
185-
if (play->msgCtx.choiceIndex == 0 && (CVarGetInteger(CVAR_ENHANCEMENT("EarlyEyeballFrog"), 0) && this->actor.textId == 0x4014)) {
185+
if (play->msgCtx.choiceIndex == 0) {
186186
if (!CVarGetInteger(CVAR_ENHANCEMENT("EarlyEyeballFrog"), 0)) {
187187
EnKz_SetupGetItem(this, play);
188188
}

0 commit comments

Comments
 (0)