TSAGE: Change the cursor to an arrow when showing the R2R help dialog

This commit is contained in:
Paul Gilbert 2011-11-10 21:02:20 +11:00
parent 8eeb8f2814
commit 3fb2776c77

View File

@ -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();