Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Enable rendering of construction-queued reinforced walls
  • Loading branch information
NicksWorld committed Nov 16, 2025
commit 2c39f1f077c2c1ac22d0d6408399ff4bf54b4de8
1 change: 1 addition & 0 deletions Constructions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bool readConstructionsToTile( Tile* b, const Stonesense_Building* building )
constructedTiletype = df::tiletype::ConstructedFortification;
break;
case construction_type::Wall:
case construction_type::ReinforcedWall:
constructedTiletype = df::tiletype::ConstructedPillar;
break;
case construction_type::Floor:
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Template for new versions:
## Fixes

## Misc Improvements
- `stonesense`: queued constructions of reinforced walls are now visible

## Removed

Expand Down