mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
TSAGE: Change the cursor to an arrow when showing the R2R help dialog
This commit is contained in:
parent
8eeb8f2814
commit
3fb2776c77
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user