aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/journal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/journal.cpp b/queen/journal.cpp
index d246659edc..2846db02d6 100644
--- a/queen/journal.cpp
+++ b/queen/journal.cpp
@@ -396,7 +396,7 @@ void Journal::drawNormalPanel() {
void Journal::drawYesNoPanel(int titleNum) {
static const int frames[] = { FRAME_GREY, FRAME_BLUE_1, FRAME_BLUE_2 };
- static const int titles[] = { titleNum, TXT_YES, TXT_NO };
+ const int titles[] = { titleNum, TXT_YES, TXT_NO };
drawPanel(frames, titles, 3);
hideBob(BOB_LEFT_RECT_4);