summaryrefslogtreecommitdiffhomepage
path: root/Stars45/DebriefDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/DebriefDlg.cpp')
-rw-r--r--Stars45/DebriefDlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/DebriefDlg.cpp b/Stars45/DebriefDlg.cpp
index cf9882c..7765ca1 100644
--- a/Stars45/DebriefDlg.cpp
+++ b/Stars45/DebriefDlg.cpp
@@ -39,6 +39,7 @@
#include "ListBox.h"
#include "Slider.h"
#include "ParseUtil.h"
+#include "Panic.h"
// +--------------------------------------------------------------------+
// DECLARE MAPPING FUNCTIONS:
@@ -367,7 +368,7 @@ DebriefDlg::OnClose(AWEvent* event)
}
else {
- Game::Panic("DebriefDlg::OnClose() - Game instance not found");
+ Panic::Panic("DebriefDlg::OnClose() - Game instance not found");
}
}
}