Skip to content

Commit 3f549c0

Browse files
author
s.kushnirenko
committed
fixed compilation for mac
1 parent e298214 commit 3f549c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/widget/city/ornaments.cpp

-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
#include "grid/terrain.h"
2929
#include <cmath>
3030

31-
bool drawing_building_as_deleted(building* b) {
32-
b = b->main();
33-
if (b->id && (b->is_deleted || map_property_is_deleted(b->tile.grid_offset()))) {
34-
return true;
35-
}
36-
37-
return false;
38-
}
39-
4031
/////// ANIMATIONS
4132

4233
void building_draw_normal_anim(painter &ctx, vec2i pos, building* b, tile2i tile, int sprite_id, int color_mask, int base_id, int max_frames) {

0 commit comments

Comments
 (0)