diff --git a/src/st_stuff.c b/src/st_stuff.c
index 68803b6651f7492d4127c079a8f6d300586e2db2..4676506fcb26dcfbe78adddcb2b3ec1523aa6c9b 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -2208,7 +2208,7 @@ static void ST_drawTextHUD(void)
 
 #define textHUDdraw(str) \
 {\
-	V_DrawThinString(16, y, V_PERPLAYER|V_HUDTRANS|V_SNAPTOLEFT|V_SNAPTOBOTTOM, str);\
+	V_DrawThinString(16, y, V_PERPLAYER|V_HUDTRANS|V_SNAPTOLEFT|V_SNAPTOTOP, str);\
 	y += 8;\
 }