From 8cdd3261fc5e37d2d39364d9c2c1449f83b1c504 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 06:12:02 +0000 Subject: (svn r3509) Now -p is really gone (fix r3508) --- openttd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openttd.c b/openttd.c index f7831ec5e..e393b6c0a 100644 --- a/openttd.c +++ b/openttd.c @@ -328,9 +328,9 @@ int ttd_main(int argc, char* argv[]) // a ':' behind it means: it need a param (e.g.: -m) // a '::' behind it means: it can optional have a param (e.g.: -d) #if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32) - optformat = "bm:s:v:hDfn::eit:d::r:g::G:p:c:"; + optformat = "bm:s:v:hDfn::eit:d::r:g::G:c:"; #else - optformat = "bm:s:v:hDn::eit:d::r:g::G:p:c:"; // no fork option + optformat = "bm:s:v:hDn::eit:d::r:g::G:c:"; // no fork option #endif MyGetOptInit(&mgo, argc-1, argv+1, optformat); -- cgit v1.2.3-54-g00ecf