mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 20:17:58 -04:00
fix vertical position of the Time/STS widgets
This commit is contained in:
parent
b0949cca5b
commit
cf53faa943
@ -730,10 +730,10 @@ void HU_MoveHud(void)
|
||||
if (scaledviewheight < SCREENHEIGHT)
|
||||
{
|
||||
w_sttime.x = HU_TITLEX;
|
||||
w_sttime.y = HU_TITLEY - HU_GAPY;
|
||||
w_sttime.y = ST_Y - 2*HU_GAPY;
|
||||
|
||||
w_monsec.x = HU_TITLEX;
|
||||
w_monsec.y = HU_TITLEY;
|
||||
w_monsec.y = ST_Y - HU_GAPY;
|
||||
|
||||
ohud_distributed = -1;
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user