mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 04:36:15 +00:00
SHERLOCK: Fix compiler warning
This commit is contained in:
parent
99ee0ecc4a
commit
ef06a86ac8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user