aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_user_interface.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-14 17:52:11 +0200
committerMartin Kiewitz2015-06-14 17:52:11 +0200
commit1b6a60f359eb20130f34a8f79bfe9e5d4ea25b5a (patch)
tree760c80f31b1013d9a58a5d8445e04e766dd0fb18 /engines/sherlock/scalpel/scalpel_user_interface.h
parentb26bc296194c3a745fa9d222862ce1ad12a13e3e (diff)
downloadscummvm-rg350-1b6a60f359eb20130f34a8f79bfe9e5d4ea25b5a.tar.gz
scummvm-rg350-1b6a60f359eb20130f34a8f79bfe9e5d4ea25b5a.tar.bz2
scummvm-rg350-1b6a60f359eb20130f34a8f79bfe9e5d4ea25b5a.zip
SHERLOCK: action processing uses fixed text class
action error messages are now localized too
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_user_interface.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_user_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_user_interface.h b/engines/sherlock/scalpel/scalpel_user_interface.h
index 2c93279415..605bf48eca 100644
--- a/engines/sherlock/scalpel/scalpel_user_interface.h
+++ b/engines/sherlock/scalpel/scalpel_user_interface.h
@@ -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);
/**