SCI: got rid of vocabulary_lookup_sname

svn-id: r40771
This commit is contained in:
Max Horn 2009-05-21 21:49:43 +00:00
parent 25980bc29c
commit 4c17541276
3 changed files with 1 additions and 14 deletions

View file

@ -2157,7 +2157,7 @@ static int c_send(EngineState *s, const Common::Array<cmd_param_t> &cmdParams) {
reg_t *vptr;
reg_t fptr;
selector_id = vocabulary_lookup_sname(s->_selectorNames, selector_name);
selector_id = script_find_selector(s, selector_name);
if (selector_id < 0) {
sciprintf("Unknown selector: \"%s\"\n", selector_name);