From 9df85192c92c8482b45e0852c97c25a67973bc75 Mon Sep 17 00:00:00 2001 From: nordsoft Date: Thu, 28 Sep 2023 13:28:15 +0200 Subject: [PATCH] Revert "Disable map editor" This reverts commit de1bb1be19c82c1bc853e612149fb3b27dcc2e0d. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c82b84508..d711ceec9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ option(ENABLE_ERM "Enable compilation of ERM scripting module" OFF) option(ENABLE_LUA "Enable compilation of LUA scripting module" OFF) if(NOT ANDROID) option(ENABLE_LAUNCHER "Enable compilation of launcher" ON) -# option(ENABLE_EDITOR "Enable compilation of map editor" ON) disable map editor until it is ready + option(ENABLE_EDITOR "Enable compilation of map editor" ON) endif() option(ENABLE_TRANSLATIONS "Enable generation of translations for launcher and editor" ON) option(ENABLE_NULLKILLER_AI "Enable compilation of Nullkiller AI library" ON)