path cleanup

This commit is contained in:
gymnast86
2026-05-23 09:10:58 -07:00
parent 484c5e8bf3
commit deb213d07a
7 changed files with 37 additions and 37 deletions
+2 -1
View File
@@ -64,6 +64,7 @@
#include "dusk/ui/prelaunch.hpp"
#include "dusk/ui/preset.hpp"
#include "dusk/ui/ui.hpp"
#include "dusk/ui/rando_config.hpp"
#include "version.h"
#include <aurora/aurora.h>
@@ -503,7 +504,7 @@ int game_main(int argc, char* argv[]) {
#ifdef LOGIC_TESTS
randomizer::test::test::RunTests();
#else
randomizer::Randomizer rando{dusk::data::configured_data_path()};
randomizer::Randomizer rando{dusk::ui::GetRandomizerPath()};
rando.Generate();
#endif
exit(0);