diff --git a/launcher/firstLaunch/firstlaunch_moc.cpp b/launcher/firstLaunch/firstlaunch_moc.cpp index f96c0593c..648b0f80a 100644 --- a/launcher/firstLaunch/firstlaunch_moc.cpp +++ b/launcher/firstLaunch/firstlaunch_moc.cpp @@ -165,7 +165,7 @@ void FirstLaunchView::setupPlatformSettings() #if defined(VCMI_MOBILE) bool touchscreenMode = true; #else - bool touchscreenMode = false + bool touchscreenMode = false; #endif Settings node = settings.write["battle"]["touchscreenMode"];