diff options
Diffstat (limited to 'src/port/Engine.cpp')
| -rw-r--r-- | src/port/Engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index 5a4b75c39..2cd2c99b9 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -166,7 +166,7 @@ GameEngine::GameEngine() { { BTN_DDOWN, "DDown" }, }); auto controlDeck = std::make_shared<LUS::ControlDeck>(std::vector<CONTROLLERBUTTONS_T>(), defaultMappings, buttonNames); - const std::string assets_path = Ship::Context::LocateFileAcrossAppDirs("spaghetti.o2r"); + const std::string assets_path = Ship::Context::LocateFileAcrossAppDirs(engine_asset_file); this->context->InitResourceManager({assets_path}, {}, 3); // without this line InitWindow fails in Gui::Init() this->context->InitConsole(); // without this line the GuiWindow constructor fails in ConsoleWindow::InitElement() |
