mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-11 03:12:09 +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
000dbb2336
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…
Add table
Reference in a new issue