SCI: Remove unused argument to said
This commit is contained in:
parent
b0cd614fd5
commit
eece58df7f
5 changed files with 5 additions and 9 deletions
|
@ -1436,7 +1436,7 @@ bool Console::cmdSaid(int argc, const char **argv) {
|
|||
_engine->getVocabulary()->dumpParseTree();
|
||||
_engine->getVocabulary()->parserIsValid = true;
|
||||
|
||||
int ret = said(_engine->_gamestate, (byte*)spec, true);
|
||||
int ret = said((byte*)spec, true);
|
||||
DebugPrintf("kSaid: %s\n", (ret == SAID_NO_MATCH ? "No match" : "Match"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue