SHERLOCK: Change _helpStyle from int to bool
This commit is contained in:
parent
850bd73968
commit
7cf9fcd44e
4 changed files with 5 additions and 5 deletions
|
@ -86,7 +86,7 @@ UserInterface::UserInterface(SherlockEngine *vm) : _vm(vm) {
|
|||
_bgFound = 0;
|
||||
_oldBgFound = -1;
|
||||
_keycode = Common::KEYCODE_INVALID;
|
||||
_helpStyle = 0;
|
||||
_helpStyle = false;
|
||||
_menuCounter = 0;
|
||||
_menuMode = STD_MODE;
|
||||
_help = _oldHelp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue