Skip to content

Commit

Permalink
Merge pull request #307 from JeodC/hudfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeodC authored May 8, 2024
2 parents bfb3fc1 + a1a0152 commit bef6643
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Descent3/huddisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ void HudDisplayRouter(tHUDItem *item) {

case HUD_ITEM_CUSTOMTEXT2:
if (item->data.text) {
RenderHUDTextFlagsNoFormat(0, item->color, item->alpha, item->saturation_count, 2, Game_window_h / 2,
item->data.text);
RenderHUDTextFlagsNoFormat(0, item->color, item->alpha, item->saturation_count, 2, 240, item->data.text);
}
break;

Expand Down

0 comments on commit bef6643

Please sign in to comment.