diff options
Diffstat (limited to 'engines/mads/action.cpp')
-rw-r--r-- | engines/mads/action.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp index c762b9b993..240b493930 100644 --- a/engines/mads/action.cpp +++ b/engines/mads/action.cpp @@ -58,7 +58,7 @@ void MADSAction::clear() { _hotspotId = -1; _v86F3A = -1; _v86F4C = -1; - _action._verbId = -1; + _action._verbId = VERB_NONE; _action._objectNameId = -1; _action._indirectObjectId = -1; _textChanged = true; @@ -89,7 +89,7 @@ void MADSAction::set() { bool flag = false; _statusText = ""; - _action._verbId = -1; + _action._verbId = VERB_NONE; _action._objectNameId = -1; _action._indirectObjectId = -1; |