SCI: result_word_t -> ResultWord; switched to Common::List for storing lists of ResultWords
svn-id: r39278
This commit is contained in:
parent
f3e50fba7c
commit
6c93249715
6 changed files with 84 additions and 120 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue