diff options
Diffstat (limited to 'Stars45/CmpnScreen.cpp')
-rw-r--r-- | Stars45/CmpnScreen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/CmpnScreen.cpp b/Stars45/CmpnScreen.cpp index 44a3863..b5b787b 100644 --- a/Stars45/CmpnScreen.cpp +++ b/Stars45/CmpnScreen.cpp @@ -28,7 +28,7 @@ #include "Player.h" #include "MusicDirector.h" -#include "Game.h" +#include "GameWinDX9.h" #include "ContentBundle.h" #include "Video.h" #include "Screen.h" @@ -178,7 +178,7 @@ CmpnScreen::GetFieldOfView() const void CmpnScreen::ExecFrame() { - Game::GetInstance()->SetScreenColor(Color::Black); + GameWinDX9::GetInstance()->SetScreenColor(Color::Black); if (cmd_orders_dlg && cmd_orders_dlg->IsShown()) { cmd_orders_dlg->ExecFrame(); |