mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-02 12:24:15 +00:00
(svn r16630) -Fix (r16629): forgot a continue
This commit is contained in:
parent
e6af53ea01
commit
70f6cee9ce
@ -857,6 +857,7 @@ int main(int argc, char *argv[])
|
||||
if (strncmp(argv[i], "-s", 2) == 0) {
|
||||
if (delimiter != NULL) continue;
|
||||
delimiter = strdup(&argv[i][2]);
|
||||
continue;
|
||||
}
|
||||
/* Verbose */
|
||||
if (strncmp(argv[i], "-v", 2) == 0) verbose = true;
|
||||
|
Loading…
Reference in New Issue
Block a user