mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 13:10:55 +00:00
Merge branch 'extratextoffs' into 'next'
Fix snapping of extra multiplayer text. (Resolves #101) See merge request STJr/SRB2!667
This commit is contained in:
commit
f691b2255b
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