Skip to content

Commit

Permalink
fast fix [Update housing.c]
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenikus8 authored Feb 11, 2025
1 parent f3ee57a commit 3cb99aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/advisor/housing.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void draw_housing_table(void)
COLOR_MASK_NONE, SCALE_NONE);
text_draw(translation_for(TR_ADVISOR_RESIDENCES_USING_POTTERY + i), 90, y_offset + 263 + (23 * i),
FONT_NORMAL_BLACK, 0);
text_draw_number(houses_using_goods[list.items[i]], '@', " ", 313, y_offset + 263 + (23 * i),
text_draw_number(houses_using_goods[list.items[i]], '@', " ", 499, y_offset + 263 + (23 * i),
FONT_NORMAL_BLACK, 0);
}
}
Expand Down

0 comments on commit 3cb99aa

Please sign in to comment.