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