Skip to content

Commit

Permalink
Fix Neptune Altar not showing on religion overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Nov 10, 2023
1 parent 2ac729e commit cd05ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/city_overlay_other.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static int show_building_religion(const building *b)
b->type == BUILDING_PANTHEON || b->type == BUILDING_NYMPHAEUM ||
b->type == BUILDING_SHRINE_CERES || b->type == BUILDING_SHRINE_MARS ||
b->type == BUILDING_SHRINE_MERCURY || b->type == BUILDING_SHRINE_VENUS ||
b->type == BUILDING_SHRINE_VENUS;
b->type == BUILDING_SHRINE_NEPTUNE;
}

static int show_building_food_stocks(const building *b)
Expand Down

0 comments on commit cd05ede

Please sign in to comment.