summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-03 23:46:10 +0300
commitba8c196534f110e14e13915b299f9f658b875357 (patch)
treee855f7f3e6e66a971b29551fdb870f273930e439 /src/gui/inventorywindow.cpp
parentbe5390833be676363630fcf69e81c838ba52bac2 (diff)
downloadplus-ba8c196534f110e14e13915b299f9f658b875357.tar.gz
plus-ba8c196534f110e14e13915b299f9f658b875357.tar.bz2
plus-ba8c196534f110e14e13915b299f9f658b875357.tar.xz
plus-ba8c196534f110e14e13915b299f9f658b875357.zip
Add sound effects for open/close windows.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 6faa4e5d1..ffa1f29d8 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -238,6 +238,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory):
}
loadWindowState();
+ enableVisibleSound(true);
slotsChanged(mInventory);
widgetResized(nullptr);