-q2rtx implies -q2bsp now

This commit is contained in:
Jonathan 2022-04-30 23:30:18 -04:00
parent cc0e1a5561
commit d6377acff9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void qbsp_settings::postinitialize(int argc, const char **argv)
set_target_version(&bspver_hl);
}
if (q2bsp.value()) {
if (q2bsp.value() || q2rtx.value()) {
set_target_version(&bspver_q2);
}