diff --git a/cm_changelog.txt b/cm_changelog.txt index fc3cfbc95e..1983cd54cc 100644 --- a/cm_changelog.txt +++ b/cm_changelog.txt @@ -91,6 +91,7 @@ This is usable for any OpenTTD servers - Center text and icons in the status bar vertically. - Shaded trees. - Add APM counter to the status bar. +- Added cmtreemap console command to plant trees according to a heightmap image (scenario editor only). *** 1.10.2 (5 Jun 2020) *** - Add new minimap mode showing industries, height and farms at the same time. diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index c4b30b5c65..037dfc6ebc 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -29,7 +29,7 @@ #include #include -#include "../../citymania/cm_hotkeys.hpp" +#include "../citymania/cm_hotkeys.hpp" #include "../safeguards.h"