From d0ded08be04ea2b87870b060d643071aa3bcb8c0 Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Sun, 14 Sep 2025 19:19:47 -0400 Subject: [PATCH] Fix Regression --- src/d/lyt/d_lyt_pause_disp_00.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/lyt/d_lyt_pause_disp_00.cpp b/src/d/lyt/d_lyt_pause_disp_00.cpp index 41192825..ed81188a 100644 --- a/src/d/lyt/d_lyt_pause_disp_00.cpp +++ b/src/d/lyt/d_lyt_pause_disp_00.cpp @@ -1191,7 +1191,7 @@ void dLytPauseDisp00_c::setupDisp() { setAnm(PAUSE_DISP_00_ANIM_HAVE_UITYPE_BTN, 0.0f); } - if (StoryflagManager::sInstance->getFlag(STORYFLAG_2_BTN_NOTICE)) { + if (StoryflagManager::sInstance->getFlag(STORYFLAG_UI_MODE_NOTICE)) { setAnm(PAUSE_DISP_00_ANIM_CALL, 0.0f); mCallTimerMaybe = 1; }