diff options
author | Nemrav <> | 2024-08-01 23:17:24 +0200 |
---|---|---|
committer | Nemrav <> | 2024-08-03 21:32:56 +0200 |
commit | 0b4732befaaf4a742acb319256c535eb449668a7 (patch) | |
tree | cb7af6c0536e399b8122db6f16985a1f58377c9e /src/headless | |
parent | 861acff78bd238232ed9e369ea046c2ed4a31198 (diff) |
Music and Sound Effect define loadingsim_music
sound and music pr feedback
more sound and music style fixes
check lookup path
Diffstat (limited to 'src/headless')
-rw-r--r-- | src/headless/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp index 23b5c93..ecce333 100644 --- a/src/headless/main.cpp +++ b/src/headless/main.cpp @@ -26,8 +26,8 @@ static bool run_headless(Dataloader::path_vector_t const& roots, bool run_tests) }, nullptr }; Logger::info("===== Loading definitions... ====="); + ret &= game_manager.set_roots(roots); ret &= game_manager.load_definitions( - roots, [](std::string_view key, Dataloader::locale_t locale, std::string_view localisation) -> bool { return true; } |