1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Apply review requests

This commit is contained in:
Gymnasiast
2020-12-24 18:07:58 +01:00
parent 09c6339bd4
commit 07c3a930e4
3 changed files with 8 additions and 6 deletions

View File

@@ -854,8 +854,10 @@ bool config_find_or_browse_install_directory()
chosenOption = options[optionIndex];
}
}
chosenOption = hdd;
else
{
chosenOption = hdd;
}
std::string installPath;
if (chosenOption == hdd)