Commit 546a711 1 parent 0c03d90 commit 546a711 Copy full SHA for 546a711
File tree 1 file changed +3
-3
lines changed
src/building/construction
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ void build_planner::setup_build_graphics() {
890
890
case BUILDING_DOCK:
891
891
case BUILDING_WARSHIP_WHARF:
892
892
case BUILDING_TRANSPORT_WHARF:
893
- set_tiles_building (params.anim [animkeys ().base ].first_img () + relative_orientation, props .building_size );
893
+ set_tiles_building (params.anim [animkeys ().base ].first_img () + relative_orientation, params .building_size );
894
894
break ;
895
895
896
896
case BUILDING_LOW_BRIDGE:
@@ -902,12 +902,12 @@ void build_planner::setup_build_graphics() {
902
902
case BUILDING_MEDIUM_STATUE:
903
903
case BUILDING_LARGE_STATUE: {
904
904
int statue_img = building_statue::get_image (build_type, relative_orientation, variant);
905
- set_tiles_building (statue_img, props .building_size );
905
+ set_tiles_building (statue_img, params .building_size );
906
906
}
907
907
break ;
908
908
909
909
case BUILDING_STORAGE_YARD:
910
- set_tiles_building (props .anim [animkeys ().base ].first_img (), 3 );
910
+ set_tiles_building (params .anim [animkeys ().base ].first_img (), 3 );
911
911
break ;
912
912
913
913
case BUILDING_SMALL_MASTABA:
You can’t perform that action at this time.
0 commit comments