summaryrefslogtreecommitdiffhomepage
path: root/Stars45/QuitView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/QuitView.cpp')
-rw-r--r--Stars45/QuitView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Stars45/QuitView.cpp b/Stars45/QuitView.cpp
index bc0b348..eaebce5 100644
--- a/Stars45/QuitView.cpp
+++ b/Stars45/QuitView.cpp
@@ -282,7 +282,7 @@ QuitView::ShowMenu()
}
Button::PlaySound(Button::SND_CONFIRM);
- Starshatter::GetInstance()->Pause(true);
+ Game::GetInstance()->Pause(true);
if (mouse_con) {
mouse_active = mouse_con->Active();
@@ -295,7 +295,7 @@ void
QuitView::CloseMenu()
{
show_menu = false;
- Starshatter::GetInstance()->Pause(false);
+ Game::GetInstance()->Pause(false);
if (mouse_con)
mouse_con->SetActive(mouse_active);