Skip to content

Commit

Permalink
remove line that should have already been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Jan 11, 2025
1 parent b908567 commit 88f26e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Constructions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ using std::vector;
void changeConstructionMaterials(WorldSegment* segment, vector<df::construction>* allConstructions)
{
//find construction
df::construction* construct = 0;
for (auto& construct : *allConstructions)
{
Tile* b = segment->getTile(construct.pos.x, construct.pos.y, construct.pos.z);
Expand Down

0 comments on commit 88f26e4

Please sign in to comment.