From ff2e6565d1a0e6c2d8c6906496799b9a05d0d52f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 11 Dec 2004 22:21:37 +0000 Subject: Fix for bug #1083083 (QUEEN: journal bug), thanks for the patch, salty-horse svn-id: r16033 --- queen/journal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen') 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); -- cgit v1.2.3