diff options
author | Paul Gilbert | 2014-05-25 10:35:05 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-05-25 10:35:05 -0400 |
commit | 4cc0add4a9a96cda367bdf5075af841a8cd2533c (patch) | |
tree | 1dd5aa569c326be5a855a4bfc6c7ed3fc59ab54f /engines/mads | |
parent | f7443424981a78280dab9b2e3a0cb47790078f71 (diff) | |
download | scummvm-rg350-4cc0add4a9a96cda367bdf5075af841a8cd2533c.tar.gz scummvm-rg350-4cc0add4a9a96cda367bdf5075af841a8cd2533c.tar.bz2 scummvm-rg350-4cc0add4a9a96cda367bdf5075af841a8cd2533c.zip |
MADS: Fix for multiple selection of actions not working
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/action.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mads/action.cpp b/engines/mads/action.cpp index df9da126e8..1db143aaad 100644 --- a/engines/mads/action.cpp +++ b/engines/mads/action.cpp @@ -84,7 +84,6 @@ void MADSAction::clear() { _action._objectNameId = -1; _action._indirectObjectId = -1; _textChanged = true; - _pickedWord = 0; } void MADSAction::appendVocab(int vocabId, bool capitalize) { |