diff --git a/src/scenedit/scen.keydlgs.cpp b/src/scenedit/scen.keydlgs.cpp index a81bc2d5..e18bbb59 100644 --- a/src/scenedit/scen.keydlgs.cpp +++ b/src/scenedit/scen.keydlgs.cpp @@ -37,7 +37,7 @@ extern cOutdoors* current_terrain; extern cCustomGraphics spec_scen_g; std::vector field_pics = {0,3,5,6,7,8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31,4}; -std::vector boom_pics = {0,1,2,3,4,5}; +std::vector boom_pics = {0,1,2,3,4,5,8,9,10,11,12,13}; std::vector lgdlog_pics = {0,32}; size_t num_strs(eStrMode str_mode) { @@ -245,7 +245,6 @@ pic_num_t choose_graphic(short cur_choice,ePicType g_type,cDialog* parent) { } else return cur_choice; // Now add the custom pics for(size_t i = 0; i < scenario.custom_graphics.size(); i++) { - if(g_type == PIC_BOOM) break; if(scenario.custom_graphics[i] == g_type) { if(g_type == PIC_TER_MAP) { for(int j = 1; j <= 6; j++)