diff --git a/openttd.c b/openttd.c index 33d601eb58..675b1a18da 100644 --- a/openttd.c +++ b/openttd.c @@ -141,7 +141,7 @@ static void showhelp(void) " -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"