cleanmap now ignores only mud

develop
Petr Mrázek 2010-04-19 05:00:32 +02:00
parent 3268b26852
commit 7d8b0b1bb8
1 changed files with 1 additions and 1 deletions

@ -60,7 +60,7 @@ int main (void)
for(uint32_t i = 0; i < splatter.size(); i++) for(uint32_t i = 0; i < splatter.size(); i++)
{ {
DFHack::t_spattervein & vein = splatter[i]; DFHack::t_spattervein & vein = splatter[i];
if(vein.mat1 > 19) if(vein.mat1 != 0xC)
{ {
uint32_t addr = vein.address_of; uint32_t addr = vein.address_of;
uint32_t offset = offsetof(DFHack::t_spattervein, intensity); uint32_t offset = offsetof(DFHack::t_spattervein, intensity);