From 4cde66a5477ea1bb5093cf0f51e70b2a01650f16 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 24 Feb 2010 22:41:51 +0000 Subject: [PATCH] (svn r19233) -Fix: the -M command line option did not work --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openttd.cpp b/src/openttd.cpp index 869cb6f817..9886b9e174 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -446,7 +446,7 @@ int ttd_main(int argc, char *argv[]) * 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