author | tron |
Wed, 01 Feb 2006 06:09:37 +0000 | |
changeset 2949 | 4ef3acf4577d |
parent 2948 | c81b70eb539a |
child 2950 | 30eee9c93028 |
--- a/openttd.c Wed Feb 01 01:36:18 2006 +0000 +++ b/openttd.c Wed Feb 01 06:09:37 2006 +0000 @@ -377,12 +377,6 @@ 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;