equal
deleted
inserted
replaced
139 " -e = Start Editor\n" |
139 " -e = Start Editor\n" |
140 " -g [savegame] = Start new/save game immediately\n" |
140 " -g [savegame] = Start new/save game immediately\n" |
141 " -G seed = Set random seed\n" |
141 " -G seed = Set random seed\n" |
142 " -n [ip#player:port] = Start networkgame\n" |
142 " -n [ip#player:port] = Start networkgame\n" |
143 " -D = Start dedicated server\n" |
143 " -D = Start dedicated server\n" |
144 #if !defined(__MORPHOS__) && !defined(__AMIGA__) |
144 #if !defined(__MORPHOS__) && !defined(__AMIGA__) && !defined(WIN32) |
145 " -f = Fork into the background (dedicated only)\n" |
145 " -f = Fork into the background (dedicated only)\n" |
146 #endif |
146 #endif |
147 " -i = Force to use the DOS palette\n" |
147 " -i = Force to use the DOS palette\n" |
148 " (use this if you see a lot of pink)\n" |
148 " (use this if you see a lot of pink)\n" |
149 " -c config_file = Use 'config_file' instead of 'openttd.cfg'\n" |
149 " -c config_file = Use 'config_file' instead of 'openttd.cfg'\n" |