summaryrefslogtreecommitdiffhomepage
path: root/Stars45/AwardDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/AwardDlg.cpp')
-rw-r--r--Stars45/AwardDlg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Stars45/AwardDlg.cpp b/Stars45/AwardDlg.cpp
index 631531f..46daf2a 100644
--- a/Stars45/AwardDlg.cpp
+++ b/Stars45/AwardDlg.cpp
@@ -30,6 +30,7 @@
#include "Keyboard.h"
#include "Mouse.h"
#include "Sound.h"
+#include "Panic.h"
// +--------------------------------------------------------------------+
// DECLARE MAPPING FUNCTIONS:
@@ -147,5 +148,5 @@ AwardDlg::OnClose(AWEvent* event)
}
else
- Game::Panic("AwardDlg::OnClose() - Game instance not found");
+ Panic::Panic("AwardDlg::OnClose() - Game instance not found");
}