summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MenuScreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MenuScreen.cpp')
-rw-r--r--Stars45/MenuScreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/MenuScreen.cpp b/Stars45/MenuScreen.cpp
index 24ad6b7..9c53699 100644
--- a/Stars45/MenuScreen.cpp
+++ b/Stars45/MenuScreen.cpp
@@ -331,7 +331,7 @@ MenuScreen::TearDown()
void
MenuScreen::ExecFrame()
{
- Game::SetScreenColor(Color::Black);
+ Game::GetInstance()->SetScreenColor(Color::Black);
if (menudlg && menudlg->IsShown())
menudlg->ExecFrame();