1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Attempt to fix server hosting on ios

This commit is contained in:
nordsoft
2022-11-11 22:21:03 +04:00
parent 56757bb5c2
commit c4c1cd392a
3 changed files with 9 additions and 9 deletions

View File

@@ -22,9 +22,9 @@
int main(int argc, char * argv[])
{
int result;
#ifdef VCMI_IOS
__argc = argc;
__argv = argv;
#ifdef VCMI_IOS
{
#endif
QApplication vcmilauncher(argc, argv);