aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-11-18 21:32:22 +0000
committerNicola Mettifogo2007-11-18 21:32:22 +0000
commit28289fb694b1766a672bfc77f01e0cc3e88723de (patch)
tree7c07184436e317917a1eef19316660f0d082ca0d /engines/parallaction/inventory.cpp
parent7731af9833dbc01e5ae66bbce4b3e364e414b99a (diff)
downloadscummvm-rg350-28289fb694b1766a672bfc77f01e0cc3e88723de.tar.gz
scummvm-rg350-28289fb694b1766a672bfc77f01e0cc3e88723de.tar.bz2
scummvm-rg350-28289fb694b1766a672bfc77f01e0cc3e88723de.zip
Cleanup.
svn-id: r29562
Diffstat (limited to 'engines/parallaction/inventory.cpp')
-rw-r--r--engines/parallaction/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/inventory.cpp b/engines/parallaction/inventory.cpp
index 4d3225cd61..78d8df0c69 100644
--- a/engines/parallaction/inventory.cpp
+++ b/engines/parallaction/inventory.cpp
@@ -109,7 +109,7 @@ void closeInventory() {
-void Parallaction_ns::jobShowInventory(void *parm, Job *j) {
+void Parallaction_ns::showInventory() {
Common::Rect r;
_re->getRect(r);
_gfx->copyRect(Gfx::kBitBack, r, _re->getData(), INVENTORY_WIDTH);