Skip to content

Commit

Permalink
Adjust ALIEN_OFFICER coloration
Browse files Browse the repository at this point in the history
  • Loading branch information
theDrake committed Aug 16, 2015
1 parent b46524f commit 5434c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/space_merc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ void draw_cell_contents(GContext *ctx,
#ifdef PBL_COLOR
if (content_type == ALIEN_OFFICER)
{
graphics_context_set_fill_color(ctx, GColorOrange);
graphics_context_set_fill_color(ctx, GColorRed);
}
else if (content_type == ALIEN_ELITE)
{
Expand Down

0 comments on commit 5434c03

Please sign in to comment.