Browse Source

Fix ios build

nordsoft 2 years ago
parent
commit
cfe1867d4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      launcher/main.cpp

+ 1 - 1
launcher/main.cpp

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