SCI: result_word_t -> ResultWord; switched to Common::List for storing lists of ResultWords

svn-id: r39278
This commit is contained in:
Max Horn 2009-03-09 22:25:33 +00:00
parent f3e50fba7c
commit 6c93249715
6 changed files with 84 additions and 120 deletions

View file

@ -113,7 +113,7 @@ int script_find_selector(EngineState *s, const char *selectorname) {
return pos;
}
warning("Could not map '%s' to any selector!", selectorname);
warning("Could not map '%s' to any selector", selectorname);
return -1;
}