From 3fb2776c77798022a949454302c705644cfdd628 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 10 Nov 2011 21:02:20 +1100 Subject: [PATCH] TSAGE: Change the cursor to an arrow when showing the R2R help dialog --- engines/tsage/ringworld2/ringworld2_dialogs.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/tsage/ringworld2/ringworld2_dialogs.cpp b/engines/tsage/ringworld2/ringworld2_dialogs.cpp index 4cb023d672f1..ade76d501a3b 100644 --- a/engines/tsage/ringworld2/ringworld2_dialogs.cpp +++ b/engines/tsage/ringworld2/ringworld2_dialogs.cpp @@ -344,6 +344,10 @@ CharacterDialog::CharacterDialog() { /*--------------------------------------------------------------------------*/ void HelpDialog::show() { + // Set the palette and change the cursor + BF_GLOBALS._events.setCursor(CURSOR_ARROW); + + // Create the dialog and draw it HelpDialog *dlg = new HelpDialog(); dlg->draw();