(svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help
authorglx
Sat, 17 Jun 2006 02:25:18 +0000
changeset 4032 29efd3d251f9
parent 4031 1b38b85ef653
child 4033 f108c895d7b6
(svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help
openttd.c
--- a/openttd.c	Fri Jun 16 18:54:48 2006 +0000
+++ b/openttd.c	Sat Jun 17 02:25:18 2006 +0000
@@ -148,7 +148,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"