aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/widgets/inventorywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/widgets/inventorywidget.cpp')
-rw-r--r--engines/mutationofjb/widgets/inventorywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mutationofjb/widgets/inventorywidget.cpp b/engines/mutationofjb/widgets/inventorywidget.cpp
index 96f35e4cb2..a26bab6c7e 100644
--- a/engines/mutationofjb/widgets/inventorywidget.cpp
+++ b/engines/mutationofjb/widgets/inventorywidget.cpp
@@ -63,7 +63,7 @@ void InventoryWidget::drawInventoryItem(Graphics::ManagedSurface &surface, const
surface.blitFrom(_surfaces[surfaceNo], sourceRect, destStartPos);
}
-void InventoryWidget::_draw(Graphics::ManagedSurface &surface) {
+void InventoryWidget::draw(Graphics::ManagedSurface &surface) {
Inventory &inventory = _gui.getGame().getGameData().getInventory();
const Inventory::Items &items = inventory.getItems();
surface.fillRect(_area, 0x00);