Fix for materialAt()->veinMaterialAt()

develop
Raoul XQ 2011-04-12 13:16:10 +02:00
parent 74856ad00a
commit f2c60a3cfb
1 changed files with 1 additions and 1 deletions

@ -178,7 +178,7 @@ int main (int argc, const char* argv[])
DFHack::t_designation des = MCache->designationAt(xy);
int16_t tt = MCache->tiletypeAt(xy);
int16_t veinmat = MCache->materialAt(xy);
int16_t veinmat = MCache->veinMaterialAt(xy);
/*
if( veinmat == -1 )