summaryrefslogtreecommitdiff
path: root/plugins/mapexport
diff options
context:
space:
mode:
authorQuietust2012-01-26 09:58:24 -0600
committerQuietust2012-01-26 09:58:24 -0600
commit40b82d4e6c13cf927bb9ee1ec62d27d315abec42 (patch)
tree6c5b94af1ec9b4c40c15f4b4b09d2df6e52e6ba6 /plugins/mapexport
parent0375be549cd2febd4c33ffb46957607403628f62 (diff)
downloaddfhack-40b82d4e6c13cf927bb9ee1ec62d27d315abec42.tar.gz
dfhack-40b82d4e6c13cf927bb9ee1ec62d27d315abec42.tar.bz2
dfhack-40b82d4e6c13cf927bb9ee1ec62d27d315abec42.tar.xz
Fix compilation of mapexport - was trying to load the old Vegetation module (even though it didn't actually use it)
Diffstat (limited to 'plugins/mapexport')
-rw-r--r--plugins/mapexport/mapexport.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mapexport/mapexport.cpp b/plugins/mapexport/mapexport.cpp
index 576a6f98..e4e98248 100644
--- a/plugins/mapexport/mapexport.cpp
+++ b/plugins/mapexport/mapexport.cpp
@@ -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);