mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Compilation fix
This commit is contained in:
parent
3e6a656e4c
commit
e4cd167062
@ -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"];
|
||||
|
Loading…
Reference in New Issue
Block a user