Add special spot to the list of field graphics

This commit is contained in:
2017-02-02 11:35:45 -05:00
parent 583a0ab68b
commit 933f7e7644

View File

@@ -30,7 +30,7 @@ extern cScenario scenario;
extern cOutdoors* current_terrain;
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> lgdlog_pics = {0,32};