(svn r5329) -Backport: r5291 0.4
authortron
Wed, 21 Jun 2006 19:35:50 +0000
branch0.4
changeset 10041 9db77ebd952b
parent 10040 cbf099a42001
child 10042 9a5166f890ee
(svn r5329) -Backport: r5291
-Fix: '-f' switch is not valid on windows, so don't show it in help
openttd.c
--- a/openttd.c	Fri Jun 16 19:43:39 2006 +0000
+++ b/openttd.c	Wed Jun 21 19:35:50 2006 +0000
@@ -141,7 +141,7 @@
 		"  -G seed             = Set random seed\n"
 		"  -n [ip#player:port] = Start networkgame\n"
 		"  -D                  = Start dedicated server\n"
-		#if !defined(__MORPHOS__) && !defined(__AMIGA__)
+		#if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32)
 		"  -f                  = Fork into the background (dedicated only)\n"
 		#endif
 		"  -i                  = Force to use the DOS palette\n"