mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-11 01:49:50 +00:00
(svn r20157) -Fix [FS#3950]: make it *very* clear that saveconfig doesn't save the configuration of a running savegame to openttd.cfg, but the one that would be used for new games
This commit is contained in:
parent
9e93ee3a45
commit
6f7086b4b3
@ -241,7 +241,8 @@ DEF_CONSOLE_CMD(ConSave)
|
|||||||
DEF_CONSOLE_CMD(ConSaveConfig)
|
DEF_CONSOLE_CMD(ConSaveConfig)
|
||||||
{
|
{
|
||||||
if (argc == 0) {
|
if (argc == 0) {
|
||||||
IConsoleHelp("Saves the current config, typically to 'openttd.cfg'.");
|
IConsoleHelp("Saves the configuration for new games to the configuration file, typically 'openttd.cfg'.");
|
||||||
|
IConsoleHelp("It does not save the configuration of the current game to the configuration file.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user