mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Compilation fix
This commit is contained in:
		| @@ -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"]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user