quick-fix failure to show load/create dialog for builtin scens

This commit is contained in:
2025-08-24 12:32:40 -05:00
parent 6fbdfa190d
commit eefbb72c55

View File

@@ -1822,10 +1822,10 @@ class cChooseScenario {
if(page == 0) {
scen_header_type prefab;
switch(which) {
case 0: prefab.file = "valleydy.boes"; break;
case 1: prefab.file = "stealth.boes"; break;
case 2: prefab.file = "zakhazi.boes"; break;
case 3: prefab.file = "busywork.boes"; break;
case 0: prefab.file = "valleydy.boes"; prefab.intro_pic = 5; break;
case 1: prefab.file = "stealth.boes"; prefab.intro_pic = 28; break;
case 2: prefab.file = "zakhazi.boes"; prefab.intro_pic = 17; break;
case 3: prefab.file = "busywork.boes"; prefab.intro_pic = 4; break;
}
// Assume prefabs have the right version, I guess
prefab.prog_make_ver[0] = 2;