1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-24 05:32:59 +01:00

(svn r8172) -Backport from trunk (r8013, r8134):

- Show error messages about our own data files as ShowInfo(F) and output console error to stderr and not stdout.
This commit is contained in:
Darkvater
2007-01-17 00:05:51 +00:00
parent b57b2224e9
commit 25059d28df
6 changed files with 8 additions and 9 deletions

View File

@@ -157,8 +157,7 @@ static void showhelp(void)
#endif
" -i = Force to use the DOS palette\n"
" (use this if you see a lot of pink)\n"
" -c config_file = Use 'config_file' instead of 'openttd.cfg'\n"
"\n",
" -c config_file = Use 'config_file' instead of 'openttd.cfg'\n",
lastof(buf)
);