diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 10a3aa9c..7fc983ba 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -146,8 +146,8 @@ static hu_widget_t doom_widgets[MAX_HUDS][MAX_WIDGETS] = { static hu_widget_t boom_widgets[MAX_HUDS][MAX_WIDGETS] = { { - {&w_monsec, align_left, align_bottom}, - {&w_sttime, align_left, align_bottom}, + {&w_monsec, align_left, align_top}, + {&w_sttime, align_left, align_top}, {&w_coord, align_right, align_top}, {&w_fps, align_right, align_top}, {NULL} @@ -170,8 +170,8 @@ static hu_widget_t boom_widgets[MAX_HUDS][MAX_WIDGETS] = { {&w_weapon, align_right, align_bottom}, {&w_keys, align_left, align_bottom}, - {&w_monsec, align_left, align_top}, - {&w_sttime, align_left, align_top}, + {&w_monsec, align_left, align_bottom}, + {&w_sttime, align_left, align_bottom}, {&w_coord , align_right, align_top}, {&w_fps, align_right, align_top}, {NULL}