SHERLOCK: action processing uses fixed text class

action error messages are now localized too
This commit is contained in:
Martin Kiewitz 2015-06-14 17:52:11 +02:00
parent b26bc29619
commit 1b6a60f359
8 changed files with 229 additions and 59 deletions

View file

@ -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);
/**