summaryrefslogtreecommitdiff
path: root/src/d
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-09-14 19:19:47 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-09-14 19:19:47 -0400
commitd0ded08be04ea2b87870b060d643071aa3bcb8c0 (patch)
treeee3de641b7de251d41cef24004febae96c49ddb1 /src/d
parentca9c3fd7f3c97d8c0fb7b4c308069f0a3eb5d2e5 (diff)
Fix Regression
Diffstat (limited to 'src/d')
-rw-r--r--src/d/lyt/d_lyt_pause_disp_00.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}