diff options
author | hop311 <hop3114@gmail.com> | 2024-06-06 22:49:59 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-06-06 22:49:59 +0200 |
commit | c94a06477fc3930e8f8f2e5f971fc4b5b838ea0d (patch) | |
tree | 56225c56b2253c74c78c7c9d03294a4a06e47aaa /src/headless/main.cpp | |
parent | f5d173e88a49a1a9556860063aef1aa287925cfd (diff) |
Separated out MapmodeManager
Diffstat (limited to 'src/headless/main.cpp')
-rw-r--r-- | src/headless/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp index a6c4914..68e0710 100644 --- a/src/headless/main.cpp +++ b/src/headless/main.cpp @@ -25,10 +25,6 @@ static bool headless_load(GameManager& game_manager, Dataloader& dataloader) { Logger::error("Failed to load defines!"); ret = false; } - if (!game_manager.load_hardcoded_defines()) { - Logger::error("Failed to load hardcoded defines!"); - ret = false; - } if (!dataloader.load_localisation_files( [](std::string_view key, Dataloader::locale_t locale, std::string_view localisation) -> bool { return true; |