summaryrefslogtreecommitdiff
path: root/src/gui/okdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2009-10-01 19:56:50 +0300
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-02-13 11:54:05 +0100
commit0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62 (patch)
tree557546557020fefd36525c58cbec0f640bdd4893 /src/gui/okdialog.h
parentc57aeeaf880a416c1c25b2e2684a571fdb17f6c4 (diff)
downloadMana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.gz
Mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.bz2
Mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.tar.xz
Mana-0cf7a6a12f361faf7a2a1c01b14d6c33fe811d62.zip
Allow player to talk after death
Mantis-issue: 938 (TMW Mantis)
Diffstat (limited to 'src/gui/okdialog.h')
-rw-r--r--src/gui/okdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/okdialog.h b/src/gui/okdialog.h
index 1e0557b7..3c842309 100644
--- a/src/gui/okdialog.h
+++ b/src/gui/okdialog.h
@@ -42,7 +42,7 @@ class OkDialog : public Window, public gcn::ActionListener
* @see Window::Window
*/
OkDialog(const std::string &title, const std::string &msg,
- Window *parent = NULL);
+ bool modal = true, Window *parent = NULL);
/**
* Called when receiving actions from the widgets.