summaryrefslogtreecommitdiffhomepage
path: root/Stars45/SimEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/SimEvent.cpp')
-rw-r--r--Stars45/SimEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/SimEvent.cpp b/Stars45/SimEvent.cpp
index fc4cc7f..731f090 100644
--- a/Stars45/SimEvent.cpp
+++ b/Stars45/SimEvent.cpp
@@ -14,7 +14,7 @@
#include "MemDebug.h"
#include "SimEvent.h"
#include "Sim.h"
-#include "Game.h"
+#include "Clock.h"
#include "ContentBundle.h"
// +====================================================================+
@@ -31,7 +31,7 @@ SimEvent::SimEvent(int e, const char* t, const char* i)
time = (int) sim->MissionClock();
}
else {
- time = (int) (Game::GetInstance()->GetClock()->GameTime()/1000);
+ time = (int) (Clock::GetInstance()->GameTime()/1000);
}
SetTarget(t);