SHERLOCK: action processing uses fixed text class
action error messages are now localized too
This commit is contained in:
parent
b26bc29619
commit
1b6a60f359
8 changed files with 229 additions and 59 deletions
|
@ -136,7 +136,7 @@ private:
|
|||
/**
|
||||
* Checks to see whether a USE action is valid on the given object
|
||||
*/
|
||||
void checkUseAction(const UseType *use, const Common::String &invName, const char *const messages[],
|
||||
void checkUseAction(const UseType *use, const Common::String &invName, FixedTextActionId fixedTextActionId,
|
||||
int objNum, bool giveMode);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue