summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/StarServer.cpp')
-rw-r--r--StarsEx/StarServer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/StarsEx/StarServer.cpp b/StarsEx/StarServer.cpp
index 0cf470a..8d76f38 100644
--- a/StarsEx/StarServer.cpp
+++ b/StarsEx/StarServer.cpp
@@ -225,6 +225,7 @@ StarServer::CreateWorld()
}
}
+
void
StarServer::InstantiateMission()
{
@@ -302,7 +303,7 @@ StarServer::GameState()
bool
-StarServer::Server()
+StarServer::Server() const
{
return true;
}