summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-07 00:10:08 +0200
committerAki <please@ignore.pl>2022-04-07 00:10:08 +0200
commit7d00261f6b3bf7da2b9371796848883dc3b40392 (patch)
tree59b930c7e66b9377ee1a3cfb5761171d65b37574 /StarsEx/StarServer.cpp
parentfa8ad06c603036f224ce406c38c6fd44b2cd0deb (diff)
downloadstarshatter-7d00261f6b3bf7da2b9371796848883dc3b40392.zip
starshatter-7d00261f6b3bf7da2b9371796848883dc3b40392.tar.gz
starshatter-7d00261f6b3bf7da2b9371796848883dc3b40392.tar.bz2
Made Game accessors const and fixed minor formatting issues
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;
}