summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MsnDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MsnDlg.cpp')
-rw-r--r--Stars45/MsnDlg.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Stars45/MsnDlg.cpp b/Stars45/MsnDlg.cpp
index fe2a878..65a3b00 100644
--- a/Stars45/MsnDlg.cpp
+++ b/Stars45/MsnDlg.cpp
@@ -33,6 +33,7 @@
#include "Button.h"
#include "ListBox.h"
#include "Slider.h"
+#include "Panic.h"
#include "ParseUtil.h"
// +--------------------------------------------------------------------+
@@ -281,7 +282,7 @@ MsnDlg::OnCommit(AWEvent* event)
}
else
- Game::Panic("MsnDlg::OnCommit() - Game instance not found");
+ Panic::Panic("MsnDlg::OnCommit() - Game instance not found");
}
void
@@ -299,5 +300,5 @@ MsnDlg::OnCancel(AWEvent* event)
}
else
- Game::Panic("MsnDlg::OnCancel() - Game instance not found");
+ Panic::Panic("MsnDlg::OnCancel() - Game instance not found");
}