Changeset - r2949:a9ce3256ea64
[Not reviewed]
master
0 1 0
tron - 18 years ago 2006-02-01 06:09:37
tron@openttd.org
(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
1 file changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
openttd.c
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)