1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fix ios build

This commit is contained in:
nordsoft
2022-11-13 06:06:21 +04:00
parent b2b9cacac2
commit cfe1867d4a

View File

@@ -40,7 +40,7 @@ int main(int argc, char * argv[])
#ifdef VCMI_IOS #ifdef VCMI_IOS
} }
if (result == 0) if (result == 0)
launchGame(__argc, __argv); launchGame(argcForClient, argvForClient);
#endif #endif
return result; return result;
} }