1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Compilation fix

This commit is contained in:
nordsoft 2023-04-07 11:08:16 +04:00 committed by Nordsoft91
parent 3e6a656e4c
commit e4cd167062

View File

@ -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"];