Fix compilation of mapexport - was trying to load the old Vegetation module (even though it didn't actually use it)

develop
Quietust 2012-01-26 09:58:24 -06:00
parent 0375be549c
commit 40b82d4e6c
1 changed files with 0 additions and 6 deletions

@ -67,12 +67,6 @@ DFhackCExport command_result mapexport (Core * c, std::vector <std::string> & pa
MapExtras::MapCache map;
DFHack::Materials *mats = c->getMaterials();
DFHack::Vegetation *veg = c->getVegetation();
if (veg->Start())
{
c->con.printerr("Unable to read vegetation; plants won't be listed!\n" );
}
dfproto::Map protomap;
protomap.set_x_size(x_max);
protomap.set_y_size(y_max);