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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user