1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

fix command line parsing of options

This commit is contained in:
IntelOrca
2016-01-21 18:18:44 +00:00
parent e012cd20e9
commit 414c97ed8c

View File

@@ -347,6 +347,7 @@ namespace CommandLine
return false;
}
}
firstOption = false;
}
else if (!firstOption)
{
@@ -355,9 +356,8 @@ namespace CommandLine
}
else
{
break;
continue;
}
firstOption = false;
}
return true;