[Scummvm-cvs-logs] scummvm master -> 3fb2776c77798022a949454302c705644cfdd628

dreammaster dreammaster at scummvm.org
Thu Nov 10 11:02:56 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 3fb2776c77798022a949454302c705644cfdd628
    https://github.com/scummvm/scummvm/commit/3fb2776c77798022a949454302c705644cfdd628
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-11-10T02:02:20-08:00

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

Changed paths:
    engines/tsage/ringworld2/ringworld2_dialogs.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_dialogs.cpp b/engines/tsage/ringworld2/ringworld2_dialogs.cpp
index 4cb023d..ade76d5 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();
 






More information about the Scummvm-git-logs mailing list