aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.cpp
diff options
context:
space:
mode:
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) {