mirror of https://github.com/OpenTTD/OpenTTD
(svn r3509) Now -p is really gone (fix r3508)
parent
6c1db94a7d
commit
8cdd3261fc
|
@ -328,9 +328,9 @@ int ttd_main(int argc, char* argv[])
|
||||||
// a ':' behind it means: it need a param (e.g.: -m<driver>)
|
// a ':' behind it means: it need a param (e.g.: -m<driver>)
|
||||||
// a '::' behind it means: it can optional have a param (e.g.: -d<debug>)
|
// a '::' behind it means: it can optional have a param (e.g.: -d<debug>)
|
||||||
#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32)
|
#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
|
#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
|
#endif
|
||||||
|
|
||||||
MyGetOptInit(&mgo, argc-1, argv+1, optformat);
|
MyGetOptInit(&mgo, argc-1, argv+1, optformat);
|
||||||
|
|
Loading…
Reference in New Issue