SHERLOCK: Fix compiler warning

This commit is contained in:
Paul Gilbert 2015-06-07 09:46:24 -04:00
parent 99ee0ecc4a
commit ef06a86ac8

View File

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