summaryrefslogtreecommitdiff
path: root/src/gui/npcdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/npcdialog.cpp')
-rw-r--r--src/gui/npcdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp
index 57501a35f..4298d8b68 100644
--- a/src/gui/npcdialog.cpp
+++ b/src/gui/npcdialog.cpp
@@ -160,6 +160,7 @@ NpcDialog::NpcDialog(const int npcId) :
instances.push_back(this);
setVisible(true);
requestFocus();
+ enableVisibleSound(true);
config.addListener("logNpcInGui", this);
}