diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index 5ed46ca..c51c425 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -263,7 +263,8 @@ int main_implementation(int argc, char *argv[]) { // detect model used to load option overrides auto options_version = launcher::detect_gameversion( - LAUNCHER_OPTIONS->at(launcher::Options::PathToEa3Config).value + LAUNCHER_OPTIONS->at(launcher::Options::PathToEa3Config).value, + LAUNCHER_OPTIONS->at(launcher::Options::PathToBootstrap).value ); if (!options_version.model.empty() && options_version.model.size() < 4) { if (options_version.dest.size() == 1) { diff --git a/src/spice2x/launcher/options.cpp b/src/spice2x/launcher/options.cpp index 5e7a9df..eab7dec 100644 --- a/src/spice2x/launcher/options.cpp +++ b/src/spice2x/launcher/options.cpp @@ -2608,8 +2608,19 @@ std::vector