openttd.c
branch0.4
changeset 10041 9db77ebd952b
parent 10024 cec4977c086d
child 10058 24651aa8fd63
--- 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"