mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Fix snapping of extra multiplayer text. (Resolves #101)
This commit is contained in:
parent
ced5ca81a4
commit
cbbc76b673
1 changed files with 1 additions and 1 deletions
|
@ -2208,7 +2208,7 @@ static void ST_drawTextHUD(void)
|
||||||
|
|
||||||
#define textHUDdraw(str) \
|
#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;\
|
y += 8;\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue