Skip to content

Commit

Permalink
fix FIRE not burning things inside of walls
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 28, 2015
1 parent 7b904c6 commit ab1226c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/simulation/elements/FIRE.cpp
Expand Up @@ -92,8 +92,6 @@ int Element_FIRE::update(UPDATE_FUNC_ARGS)
r = pmap[y+ry][x+rx];
if (!r)
continue;
if (sim->bmap[(y+ry)/CELL][(x+rx)/CELL] && sim->bmap[(y+ry)/CELL][(x+rx)/CELL]!=WL_STREAM)
continue;
rt = r&0xFF;

//THRM burning
Expand Down

0 comments on commit ab1226c

Please sign in to comment.