Add special spot to the list of field graphics
This commit is contained in:
@@ -30,7 +30,7 @@ extern cScenario scenario;
|
|||||||
extern cOutdoors* current_terrain;
|
extern cOutdoors* current_terrain;
|
||||||
extern cCustomGraphics spec_scen_g;
|
extern cCustomGraphics spec_scen_g;
|
||||||
|
|
||||||
std::vector<pic_num_t> field_pics = {0,3,5,6,7,8,9,10,11,12,13,14,15,24,25,26,27,28,29,30,31};
|
std::vector<pic_num_t> 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<pic_num_t> boom_pics = {0,1,2,3,4,5};
|
std::vector<pic_num_t> boom_pics = {0,1,2,3,4,5};
|
||||||
std::vector<pic_num_t> lgdlog_pics = {0,32};
|
std::vector<pic_num_t> lgdlog_pics = {0,32};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user