Skip to content

Commit

Permalink
SHERLOCK: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 7, 2015
1 parent 99ee0ec commit ef06a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sherlock/user_interface.h
Expand Up @@ -72,7 +72,7 @@ class UserInterface {

// 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;
Expand Down

0 comments on commit ef06a86

Please sign in to comment.