summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 06:09:37 +0000
committertron <tron@openttd.org>2006-02-01 06:09:37 +0000
commit6c1db94a7d70bd1e1a1b7090ad2cf7935f90e8fd (patch)
tree64647667df024ecc474b1786f2acfbdf0fcd4749 /openttd.c
parentd22e2d12cf22465fe4928ff3529e0fcee4cab489 (diff)
downloadopenttd-6c1db94a7d70bd1e1a1b7090ad2cf7935f90e8fd.tar.xz
(svn r3508) Completly remove the deprecated -p parameter (is superseded by -n)
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openttd.c b/openttd.c
index 594da648e..f7831ec5e 100644
--- a/openttd.c
+++ b/openttd.c
@@ -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;