Merge pull request #1 from longtomjr/patch-1

Fix minor spelling mistake in console help
This commit is contained in:
Pavel Stupnikov
2020-07-31 19:02:13 +03:00
committed by GitHub

View File

@@ -51,7 +51,7 @@ bool ConTreeMap(byte argc, char *argv[]) {
if (argc == 0) {
IConsoleHelp("Loads heighmap-like file and plants trees according to it, values 0-256 ore scaled to 0-4 trees.");
IConsoleHelp("Usage: 'cmtreemap <file>'");
IConsoleHelp("Default lookup patch is in scenario/heightmap in your openttd directory");
IConsoleHelp("Default lookup path is in scenario/heightmap in your openttd directory");
return true;
}