summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/StarServer.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-07 00:01:35 +0200
committerAki <please@ignore.pl>2022-04-07 00:01:35 +0200
commitfa8ad06c603036f224ce406c38c6fd44b2cd0deb (patch)
tree197857b116a3f7a6710167772f23bb275fd4e460 /StarsEx/StarServer.cpp
parent2b8fa926eb8badc2f7e6716e4bdcdb2456216b8f (diff)
downloadstarshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.zip
starshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.tar.gz
starshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.tar.bz2
Removed ShowMouse from Game
Diffstat (limited to 'StarsEx/StarServer.cpp')
-rw-r--r--StarsEx/StarServer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/StarServer.cpp b/StarsEx/StarServer.cpp
index b9ba942..0cf470a 100644
--- a/StarsEx/StarServer.cpp
+++ b/StarsEx/StarServer.cpp
@@ -61,8 +61,6 @@ StarServer::StarServer() :
throw "StarServer may have only one instance";
instance = this;
- show_mouse = true;
-
DataLoader::Initialize();
auto loader = DataLoader::GetLoader();
if (!loader) throw "Could not get DataLoader instance";