We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb0658 commit e0f5035Copy full SHA for e0f5035
src/overlays/city_overlay_pavilion.cpp
@@ -28,7 +28,7 @@ bool city_overlay_pavilion::show_figure(const figure *f) const {
28
29
int city_overlay_pavilion::get_column_height(const building *b) const {
30
return (b->house_size)
31
- ? b->data.house.senet_player / 10
+ ? b->data.house.pavillion_dancer / 10
32
: NO_COLUMN;
33
}
34
0 commit comments