summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarServer.h')
-rw-r--r--StarsEx/StarServer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/StarsEx/StarServer.h b/StarsEx/StarServer.h
index 81c846b..0bcab06 100644
--- a/StarsEx/StarServer.h
+++ b/StarsEx/StarServer.h
@@ -28,15 +28,16 @@ public:
virtual bool Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow);
virtual bool InitGame();
+
+ virtual void UpdateWorld();
virtual void GameState();
- bool Server() override;
+ bool Server() const override;
void SetGameMode(int mode) override;
void CreateWorld();
protected:
- virtual void UpdateWorld();
virtual void InstantiateMission();
Universe* world;