aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/game.cpp b/src/client/game.cpp
index cdcfde759..5eb185f86 100644
--- a/src/client/game.cpp
+++ b/src/client/game.cpp
@@ -1407,6 +1407,7 @@ bool Game::createClient(const GameStartData &start_data)
if (g_touchscreengui) {
g_touchscreengui->init(texture_src);
g_touchscreengui->hide();
+ g_touchscreengui->setUseCrosshair(!isNoCrosshairAllowed());
}
#endif
if (!connectToServer(start_data, &could_connect, &connect_aborted))