aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/widgets/inventorywidget.cpp
diff options
context:
space:
mode:
authorĽubomír Remák2018-08-19 16:29:41 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit561309eaa2fb2d5298567366068ac9daafc7c2f7 (patch)
treeaa15622ec2847a9308bc9e560af53ee5613aa9a7 /engines/mutationofjb/widgets/inventorywidget.cpp
parent9f1c628d4bfbd6600ceb67b5b872cf08825dc1e4 (diff)
downloadscummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.tar.gz
scummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.tar.bz2
scummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.zip
MUTATIONOFJB: Fix missing lines between block ends.
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);