rewrite quest format table

This commit is contained in:
Martin Michelsen
2023-03-11 11:37:57 -08:00
parent dc7277a2a4
commit 2291d758ac
2 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -728,7 +728,7 @@ string Quest::decode_gci(
} else {
if (find_seed_num_threads < 0) {
throw runtime_error("GCI file appears to be encrypted");
throw runtime_error("file is encrypted");
}
if (find_seed_num_threads == 0) {
find_seed_num_threads = thread::hardware_concurrency();
@@ -810,7 +810,7 @@ string Quest::decode_vms(
} else {
if (find_seed_num_threads < 0) {
throw runtime_error("GCI file appears to be encrypted");
throw runtime_error("file is encrypted");
}
if (find_seed_num_threads == 0) {
find_seed_num_threads = thread::hardware_concurrency();