aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/inventory.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-19 00:03:54 -0400
committerPaul Gilbert2015-05-19 00:03:54 -0400
commit485214a831582bab79634555175a79a317039613 (patch)
treef229b1062996652c26998b45ca0a28b3ef1fd5a6 /engines/sherlock/inventory.cpp
parent338fd4697642dac417be53d21cfc537a30f74f3c (diff)
downloadscummvm-rg350-485214a831582bab79634555175a79a317039613.tar.gz
scummvm-rg350-485214a831582bab79634555175a79a317039613.tar.bz2
scummvm-rg350-485214a831582bab79634555175a79a317039613.zip
SHERLOCK: Further addition of enums and method renames
Diffstat (limited to 'engines/sherlock/inventory.cpp')
-rw-r--r--engines/sherlock/inventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/inventory.cpp b/engines/sherlock/inventory.cpp
index d41e4b9b3e..2e7791e5f8 100644
--- a/engines/sherlock/inventory.cpp
+++ b/engines/sherlock/inventory.cpp
@@ -349,9 +349,9 @@ void Inventory::highlight(int index, byte color) {
}
/**
- * Support method for updating the screen
+ * Support method for refreshing the display of the inventory
*/
-void Inventory::doInvJF() {
+void Inventory::refreshInv() {
Screen &screen = *_vm->_screen;
Talk &talk = *_vm->_talk;
UserInterface &ui = *_vm->_ui;