mirror of https://github.com/OpenTTD/OpenTTD
(svn r18979) -Fix: Typo in console save command output.
parent
d155794605
commit
108b86282f
|
@ -213,7 +213,7 @@ DEF_CONSOLE_CMD(ConSave)
|
||||||
if (SaveOrLoad(filename, SL_SAVE, SAVE_DIR) != SL_OK) {
|
if (SaveOrLoad(filename, SL_SAVE, SAVE_DIR) != SL_OK) {
|
||||||
IConsolePrint(CC_ERROR, "Saving map failed");
|
IConsolePrint(CC_ERROR, "Saving map failed");
|
||||||
} else {
|
} else {
|
||||||
IConsolePrintF(CC_DEFAULT, "Map sucessfully saved to %s", filename);
|
IConsolePrintF(CC_DEFAULT, "Map successfully saved to %s", filename);
|
||||||
}
|
}
|
||||||
free(filename);
|
free(filename);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue