diff options
Diffstat (limited to 'StarsEx/StarServer.cpp')
-rw-r--r-- | StarsEx/StarServer.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/StarsEx/StarServer.cpp b/StarsEx/StarServer.cpp index 2d24bde..fa0743d 100644 --- a/StarsEx/StarServer.cpp +++ b/StarsEx/StarServer.cpp @@ -291,28 +291,6 @@ StarServer::InstantiateMission() // +--------------------------------------------------------------------+ -bool -StarServer::GameLoop() -{ - if (active && paused) { - UpdateWorld(); - GameState(); - } - - else if (!active) { - UpdateWorld(); - GameState(); - Sleep(10); - } - - Game::GameLoop(); - return false; // must return false to keep processing - // true tells the outer loop to sleep until a - // windows event is available -} - -// +--------------------------------------------------------------------+ - void StarServer::UpdateWorld() { |