summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.cpp')
-rw-r--r--StarsEx/Game.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/StarsEx/Game.cpp b/StarsEx/Game.cpp
index 54f9204..8530126 100644
--- a/StarsEx/Game.cpp
+++ b/StarsEx/Game.cpp
@@ -33,7 +33,6 @@ Game::Game() :
game_mode {MENU_MODE},
active {false},
paused {false},
- server {false},
show_mouse {false},
frame_number {0}
{
@@ -78,9 +77,6 @@ Game::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
bool
Game::InitGame()
{
- if (server) {
- Print(" InitGame() - server mode.\n");
- }
return true;
}