summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Sky.cpp')
-rw-r--r--Stars45/Sky.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/Sky.cpp b/Stars45/Sky.cpp
index 8f475f6..f65b39e 100644
--- a/Stars45/Sky.cpp
+++ b/Stars45/Sky.cpp
@@ -15,7 +15,7 @@
#include "Sky.h"
#include "StarSystem.h"
-#include "Game.h"
+#include "Clock.h"
#include "Bitmap.h"
#include "DataLoader.h"
#include "Light.h"
@@ -132,7 +132,7 @@ Dust::Reset(const Point& ref)
void
Dust::ExecFrame(double factor, const Point& ref)
{
- if (Game::GetInstance()->GetClock()->TimeCompression() > 4.0) {
+ if (Clock::GetInstance()->TimeCompression() > 4.0) {
Hide();
return;
}