|
|
@ -1274,7 +1274,7 @@ command_result digl (color_ostream &out, vector <string> & parameters)
|
|
|
|
int16_t basemat = MCache->layerMaterialAt(xy);
|
|
|
|
int16_t basemat = MCache->layerMaterialAt(xy);
|
|
|
|
if( veinmat != -1 )
|
|
|
|
if( veinmat != -1 )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
con.printerr("This is a vein. Use vdig instead!\n");
|
|
|
|
con.printerr("This is a vein. Use digv instead!\n");
|
|
|
|
delete MCache;
|
|
|
|
delete MCache;
|
|
|
|
return CR_FAILURE;
|
|
|
|
return CR_FAILURE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|