From 485214a831582bab79634555175a79a317039613 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 19 May 2015 00:03:54 -0400 Subject: SHERLOCK: Further addition of enums and method renames --- engines/sherlock/inventory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/inventory.cpp') 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; -- cgit v1.2.3