mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-19 15:25:39 +00:00
(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
This commit is contained in:
parent
a893361692
commit
6f1a6d7a87
@ -377,12 +377,6 @@ int ttd_main(int argc, char* argv[])
|
||||
case 'G':
|
||||
_random_seeds[0][0] = atoi(mgo.opt);
|
||||
break;
|
||||
case 'p': {
|
||||
int i = atoi(mgo.opt);
|
||||
// Play as an other player in network games
|
||||
if (IS_INT_INSIDE(i, 1, MAX_PLAYERS)) _network_playas = i;
|
||||
break;
|
||||
}
|
||||
case 'c':
|
||||
_config_file = strdup(mgo.opt);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user