aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-19 19:00:58 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit80f2199151d2a005bbae64e9744477a5e52bfc52 (patch)
tree20db1e862b85414fe9859c6874b0ac9a6f7a4a43 /engines/dm/inventory.cpp
parent6aabe84bf6d117a9e9523eaf664cfb2fd2e04fc1 (diff)
downloadscummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.tar.gz
scummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.tar.bz2
scummvm-rg350-80f2199151d2a005bbae64e9744477a5e52bfc52.zip
DM: Clear check some warnings, complete minor functions
Diffstat (limited to 'engines/dm/inventory.cpp')
-rw-r--r--engines/dm/inventory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/dm/inventory.cpp b/engines/dm/inventory.cpp
index d19f47c7b4..f7152277d8 100644
--- a/engines/dm/inventory.cpp
+++ b/engines/dm/inventory.cpp
@@ -246,8 +246,7 @@ void InventoryMan::f346_drawPanelResurrectReincarnate() {
}
void InventoryMan::f347_drawPanel() {
- warning(false, "possible reintroduction of BUG0_48");
- f334_closeChest(); // possibility of BUG0_48
+ f334_closeChest();
ChampionMan &cm = *_vm->_championMan;
if (cm._g299_candidateChampionOrdinal) {