Merge pull request #1 from longtomjr/patch-1
Fix minor spelling mistake in console help
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user