summaryrefslogtreecommitdiffhomepage
path: root/Stars45/DebriefDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/DebriefDlg.cpp')
-rw-r--r--Stars45/DebriefDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/DebriefDlg.cpp b/Stars45/DebriefDlg.cpp
index bc1ec23..c8b08b4 100644
--- a/Stars45/DebriefDlg.cpp
+++ b/Stars45/DebriefDlg.cpp
@@ -31,7 +31,7 @@
#include "NetLobby.h"
#include "HttpServer.h"
-#include "Game.h"
+#include "Clock.h"
#include "ContentBundle.h"
#include "Keyboard.h"
#include "Mouse.h"
@@ -98,7 +98,7 @@ void
DebriefDlg::Show()
{
FormWindow::Show();
- Game::GetInstance()->GetClock()->SetTimeCompression(1.0);
+ Clock::GetInstance()->SetTimeCompression(1.0);
mission = 0;
campaign = Campaign::GetCampaign();