aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/inventory.cpp')
-rw-r--r--engines/sherlock/inventory.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sherlock/inventory.cpp b/engines/sherlock/inventory.cpp
index d8c0104e6c..1997807d15 100644
--- a/engines/sherlock/inventory.cpp
+++ b/engines/sherlock/inventory.cpp
@@ -49,8 +49,6 @@ Inventory::Inventory(SherlockEngine *vm) : Common::Array<InventoryItem>(), _vm(v
_invGraphicsLoaded = false;
_invIndex = 0;
_holdings = 0;
- _oldFlag = 0;
- _invFlag = 0;
_invMode = INVMODE_EXIT;
}
@@ -215,7 +213,6 @@ void Inventory::drawInventory(int flag) {
UserInterface &ui = *_vm->_ui;
int tempFlag = flag;
- _oldFlag = 7;
loadInv();
if (flag == 128) {
@@ -257,10 +254,8 @@ void Inventory::drawInventory(int flag) {
if (flag) {
ui._oldKey = INVENTORY_COMMANDS[flag];
- _oldFlag = flag;
} else {
ui._oldKey = -1;
- _invFlag = 6;
}
invCommands(0);