changeset 2949:a8e383e65245 draft

(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
author tron <tron@openttd.org>
date Wed, 01 Feb 2006 06:09:37 +0000
parents 1aa00b451ab1
children b412a195966a
files openttd.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/openttd.c
+++ b/openttd.c
@@ -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;