summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index b350e2c..9e589c2 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -58,7 +58,7 @@ public:
bool Active() { return active; }
bool Paused() { return paused; }
- bool Server() { return server; }
+ virtual bool Server() { return false; }
bool ShowMouse() { return show_mouse; }
virtual void PumpEvents();
@@ -76,7 +76,6 @@ protected:
bool active;
bool paused;
- bool server;
bool show_mouse;
DWORD frame_number;