From 40b82d4e6c13cf927bb9ee1ec62d27d315abec42 Mon Sep 17 00:00:00 2001 From: Quietust Date: Thu, 26 Jan 2012 09:58:24 -0600 Subject: [PATCH] Fix compilation of mapexport - was trying to load the old Vegetation module (even though it didn't actually use it) --- plugins/mapexport/mapexport.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/mapexport/mapexport.cpp b/plugins/mapexport/mapexport.cpp index 576a6f98c..e4e982484 100644 --- a/plugins/mapexport/mapexport.cpp +++ b/plugins/mapexport/mapexport.cpp @@ -67,12 +67,6 @@ DFhackCExport command_result mapexport (Core * c, std::vector & 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);