mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
Merge branch 'master' into 'develop'
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
std::unique_ptr<ICursor> CursorHandler::createCursor()
|
||||
{
|
||||
#if defined(VCMI_MOBILE)
|
||||
#if defined(VCMI_MOBILE) || defined(VCMI_PORTMASTER)
|
||||
if (settings["general"]["userRelativePointer"].Bool())
|
||||
return std::make_unique<CursorSoftware>();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user