[Scummvm-cvs-logs] scummvm master -> ef06a86ac87d71bcc1248c29682888dc8e8012d4

dreammaster dreammaster at scummvm.org
Sun Jun 7 15:47:53 CEST 2015


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:
ef06a86ac8 SHERLOCK: Fix compiler warning


Commit: ef06a86ac87d71bcc1248c29682888dc8e8012d4
    https://github.com/scummvm/scummvm/commit/ef06a86ac87d71bcc1248c29682888dc8e8012d4
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-07T09:46:24-04:00

Commit Message:
SHERLOCK: Fix compiler warning

Changed paths:
    engines/sherlock/user_interface.h



diff --git a/engines/sherlock/user_interface.h b/engines/sherlock/user_interface.h
index ff50884..a9fb8cb 100644
--- a/engines/sherlock/user_interface.h
+++ b/engines/sherlock/user_interface.h
@@ -72,7 +72,7 @@ public:
 
 	// TODO: Not so sure these should be in the base class. May want to refactor them to SherlockEngine, or refactor
 	// various Scalpel dialogs to keep their own private state of key/selections
-	char _key, _oldKey;
+	signed char _key, _oldKey;
 	int _selector, _oldSelector;
 	int _temp, _oldTemp;
 	int _temp1;






More information about the Scummvm-git-logs mailing list