aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
authorStrangerke2013-10-01 06:50:27 +0200
committerStrangerke2013-10-01 06:50:27 +0200
commit6c11712373c536a0a0e84c7e4f5d5f39ce79467e (patch)
tree1bff88ef848ab158efb88de945802ae81b162d56 /engines/avalanche/avalot.cpp
parent9b8566ae18fcd1028f71f8f5d6a4498da1abc1e0 (diff)
downloadscummvm-rg350-6c11712373c536a0a0e84c7e4f5d5f39ce79467e.tar.gz
scummvm-rg350-6c11712373c536a0a0e84c7e4f5d5f39ce79467e.tar.bz2
scummvm-rg350-6c11712373c536a0a0e84c7e4f5d5f39ce79467e.zip
AVALANCHE: More refactoring
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 922be91806..79f89535b3 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -421,12 +421,8 @@ void AvalancheEngine::callVerb(VerbCode id) {
"situations. However, at the moment there is nothing assigned to it. You may press alt-A to see " \
"what the current setting of this key is.");
_dialogs->displayText(tmpStr);
- } else {
- _weirdWord = false;
- _parser->_polite = true;
- _parser->_verb = id;
- _parser->doThat();
- }
+ } else
+ _parser->doVerb(id);
}
/**