Skip to content

Commit

Permalink
TSAGE: Change the cursor to an arrow when showing the R2R help dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Nov 10, 2011
1 parent 8eeb8f2 commit 3fb2776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/tsage/ringworld2/ringworld2_dialogs.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit 3fb2776

Please sign in to comment.