summaryrefslogtreecommitdiffhomepage
path: root/Stars45/LoadScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/LoadScreen.cpp')
-rw-r--r--Stars45/LoadScreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/LoadScreen.cpp b/Stars45/LoadScreen.cpp
index e541a36..2741178 100644
--- a/Stars45/LoadScreen.cpp
+++ b/Stars45/LoadScreen.cpp
@@ -13,7 +13,7 @@
#include "CmpLoadDlg.h"
#include "Starshatter.h"
-#include "Game.h"
+#include "GameWinDX9.h"
#include "Video.h"
#include "Screen.h"
#include "FormDef.h"
@@ -86,7 +86,7 @@ LoadScreen::TearDown()
void
LoadScreen::ExecFrame()
{
- Game::GetInstance()->SetScreenColor(Color::Black);
+ GameWinDX9::GetInstance()->SetScreenColor(Color::Black);
if (load_dlg && load_dlg->IsShown())
load_dlg->ExecFrame();