summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Game.cpp')
-rw-r--r--Stars45/Game.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp
index e7fcf7f..ad364d7 100644
--- a/Stars45/Game.cpp
+++ b/Stars45/Game.cpp
@@ -836,7 +836,7 @@ Game::Run()
DispatchMessage(&msg);
}
else {
- if (ProfileGameLoop())
+ if (GameLoop())
WaitMessage();
}
}
@@ -897,11 +897,6 @@ Game::Pause(bool f)
// +--------------------------------------------------------------------+
-bool ProfileGameLoop(void)
-{
- return game->GameLoop();
-}
-
bool
Game::GameLoop()
{