diff --git a/library/include/dfhack/modules/Materials.h b/library/include/dfhack/modules/Materials.h index 0b6284b56..67835644a 100644 --- a/library/include/dfhack/modules/Materials.h +++ b/library/include/dfhack/modules/Materials.h @@ -209,7 +209,7 @@ namespace DFHack std::vector strand_chances; public: - t_matglossInorganic(); + //t_matglossInorganic(); bool isOre(); bool isGem(); diff --git a/library/modules/Maps.cpp b/library/modules/Maps.cpp index 362ccc043..ddb568fd2 100644 --- a/library/modules/Maps.cpp +++ b/library/modules/Maps.cpp @@ -835,31 +835,31 @@ bool Maps::SortBlockEvents(uint32_t x, uint32_t y, uint32_t z, vector if(!off.vein_ice_vptr && cname == "block_square_event_frozen_liquidst") { off.vein_ice_vptr = type; - Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); + //Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); goto retry; } else if(!off.vein_mineral_vptr &&cname == "block_square_event_mineralst") { off.vein_mineral_vptr = type; - Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); + //Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); goto retry; } else if(!off.vein_spatter_vptr && cname == "block_square_event_material_spatterst") { off.vein_spatter_vptr = type; - Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); + //Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); goto retry; } else if(!off.vein_grass_vptr && cname=="block_square_event_grassst") { off.vein_grass_vptr = type; - Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); + //Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); goto retry; } else if(!off.vein_worldconstruction_vptr && cname=="block_square_event_world_constructionst") { off.vein_worldconstruction_vptr = type; - Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); + //Core::getInstance().con.printerr("%s %x\n",cname.c_str(), type); goto retry; } #ifdef DEBUG