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

Try to do some fixes

This commit is contained in:
nordsoft
2022-11-11 00:02:00 +04:00
parent 9397c836f2
commit d691925b1f
3 changed files with 5 additions and 4 deletions

View File

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