Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagistrumT-T committed Feb 19, 2024
1 parent 0438d7c commit 0d315d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/TileTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ namespace DFHack
// Direction is medium value match
if (cur_direction == tileDirection(tt))
value |= 4;

// If the material is a plant, consider soil an acceptable alternative
if (cur_material == tiletype_material::PLANT and tileMaterial(tt) == tiletype_material::SOIL) {
value |= 2;
Expand Down

0 comments on commit 0d315d7

Please sign in to comment.