# HG changeset patch # User rubidium # Date 1267051311 0 # Node ID 5a2052aab4d665e05141b0870b8f51cb5c9bfc1a # Parent 9ba1e870d80ced57d1991d6f9a953c5ae17541d6 (svn r19233) -Fix: the -M command line option did not work diff --git a/src/openttd.cpp b/src/openttd.cpp --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -446,7 +446,7 @@ * a letter means: it accepts that param (e.g.: -h) * a ':' behind it means: it need a param (e.g.: -m) * a '::' behind it means: it can optional have a param (e.g.: -d) */ - optformat = "m:s:v:b:hD::n::ei::I:S:t:d::r:g::G:c:xl:p:P:" + optformat = "m:s:v:b:hD::n::ei::I:S:M:t:d::r:g::G:c:xl:p:P:" #if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32) "f" #endif