aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-17 17:52:30 +0000
committerNicola Mettifogo2007-03-17 17:52:30 +0000
commitf272d1957084098c5b53975ad3501074f6971af8 (patch)
treeb6c3b73f922f5279a05922a434c55cfce7970421 /engines/parallaction/inventory.cpp
parent3a36ac02a198a656410228c67b8133f60ab2f662 (diff)
downloadscummvm-rg350-f272d1957084098c5b53975ad3501074f6971af8.tar.gz
scummvm-rg350-f272d1957084098c5b53975ad3501074f6971af8.tar.bz2
scummvm-rg350-f272d1957084098c5b53975ad3501074f6971af8.zip
cleanup
svn-id: r26179
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 c82ae19fb8..ab9a458c57 100644
--- a/engines/parallaction/inventory.cpp
+++ b/engines/parallaction/inventory.cpp
@@ -357,7 +357,7 @@ void redrawInventory() {
void initInventory() {
_buffer = (byte*)malloc(INVENTORY_WIDTH * INVENTORY_HEIGHT); // this buffer is also used by menu so it must stay this size
- _vm->_char._objs._count = 0;
+
}
void cleanInventory() {