Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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: 0 additions & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ namespace
}
void drawDebugInfo(WorldSegment* segment)
{
using df::global::plotinfo;
auto font = stonesenseState.font;
auto fontHeight = al_get_font_line_height(font);
auto& contentLoader = stonesenseState.contentLoader;
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