summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CtlDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CtlDlg.cpp')
-rw-r--r--Stars45/CtlDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/CtlDlg.cpp b/Stars45/CtlDlg.cpp
index 0908f89..6b33c31 100644
--- a/Stars45/CtlDlg.cpp
+++ b/Stars45/CtlDlg.cpp
@@ -345,7 +345,7 @@ CtlDlg::OnCommand(AWEvent* event)
// double-click:
if (list_index == command_index && Game::RealTime() - command_click_time < 350) {
KeyDlg* key_dlg = 0;
-
+
if (manager)
key_dlg = manager->GetKeyDlg();