Add cmtreemap command to plant trees according to a heightmap

This commit is contained in:
dP
2020-07-21 20:34:18 +03:00
parent df12479252
commit 31d0548c1a
4 changed files with 71 additions and 1 deletions

View File

@@ -2225,4 +2225,5 @@ void IConsoleStdLibRegister()
IConsoleCmdRegister("newgrf_profile", ConNewGRFProfile, ConHookNewGRFDeveloperTool);
IConsoleCmdRegister("cmexport", citymania::ConExport);
IConsoleCmdRegister("cmtreemap", citymania::ConTreeMap, ConHookNoNetwork);
}