diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a34b870..76c97034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Legend Upcoming release ---------------- + * `[*]` [Misc code cleanup](https://github.com/ooxi/violetland/pull/87) * `[!]` [Fixed minor bugs](https://github.com/ooxi/violetland/pull/83) enabling Violetland to be build by both GCC and Clang with extra warnings enabled * `[!]` [Changing the font to Xolonium-Regular](https://github.com/ooxi/violetland/pull/82) fixed [display issues of german umlauts](https://github.com/ooxi/violetland/issues/81) * `[*]` [Changing the font to Xolonium-Regular](https://github.com/ooxi/violetland/pull/82) resolved [probable licensing issues](https://github.com/ooxi/violetland/issues/73) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4248ab16..aea94f50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,6 @@ set(srcSoundDir ${srcSystemDir}/sound) set(srcUtilityDir ${srcSystemDir}/utility) set(srcFileList - ${srcUtilityDir}/FileUtility.cpp ${srcDir}/program.cpp ${srcGameDir}/Weapon.cpp ${srcGameDir}/WeaponManager.cpp @@ -78,7 +77,7 @@ set(srcFileList ${srcSystemDir}/ConfigFile.cpp ${srcSystemDir}/Configuration.cpp ${srcSystemDir}/ControlStyle.cpp -# ${srcUtilityDir}/FileUtility.cpp + ${srcUtilityDir}/FileUtility.cpp ${srcUtilityDir}/ImageUtility.cpp ${srcUtilityDir}/UidGenerator.cpp ${srcGraphicDir}/Texture.cpp