aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-03-18 21:27:51 +0000
committerGregory Montoir2004-03-18 21:27:51 +0000
commit3139f1956947e41eaed4721186ed28a5be97b40e (patch)
treefaecfc13fc04086e14b09cb06cf0a885bfc3ff08 /queen/logic.cpp
parent6e1200dc6788ee24e46f17d084254f6cd84bb95a (diff)
downloadscummvm-rg350-3139f1956947e41eaed4721186ed28a5be97b40e.tar.gz
scummvm-rg350-3139f1956947e41eaed4721186ed28a5be97b40e.tar.bz2
scummvm-rg350-3139f1956947e41eaed4721186ed28a5be97b40e.zip
fixed issue when loading a savegame in last room (robot/frank fight)
svn-id: r13338
Diffstat (limited to 'queen/logic.cpp')
-rw-r--r--queen/logic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp
index be5d6a3ec0..0b533d8c45 100644
--- a/queen/logic.cpp
+++ b/queen/logic.cpp
@@ -888,7 +888,6 @@ void Logic::inventoryRefresh() {
}
x += 35;
}
- _vm->update();
}
int16 Logic::previousInventoryItem(int16 start) const {