summaryrefslogtreecommitdiff
path: root/src/ui_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_menu.c')
-rw-r--r--src/ui_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui_menu.c b/src/ui_menu.c
index d9265e6..42d4459 100644
--- a/src/ui_menu.c
+++ b/src/ui_menu.c
@@ -1564,8 +1564,8 @@ void Menu_Draw( menuFrameWork_t *menu ) {
// draw status bar
//
if( menu->status ) {
- R_DrawFill( 0, menu->y2 - 8, uis.width, 8, 4 );
- UI_DrawString( uis.width / 2, menu->y2 - 8, NULL,
+ R_DrawFill( 0, menu->y2 - CHAR_HEIGHT, uis.width, CHAR_HEIGHT, 4 );
+ UI_DrawString( uis.width / 2, menu->y2 - CHAR_HEIGHT, NULL,
UI_CENTER, menu->status );
}
}