Skip to content

Commit e0f5035

Browse files
committed
overlay: properly show column for pavilion overlay
1 parent 2fb0658 commit e0f5035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlays/city_overlay_pavilion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bool city_overlay_pavilion::show_figure(const figure *f) const {
2828

2929
int city_overlay_pavilion::get_column_height(const building *b) const {
3030
return (b->house_size)
31-
? b->data.house.senet_player / 10
31+
? b->data.house.pavillion_dancer / 10
3232
: NO_COLUMN;
3333
}
3434

0 commit comments

Comments
 (0)