mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
V_50TRANS ISN'T EVEN REAL???
😂😂😂
This commit is contained in:
parent
113f6c6647
commit
64388f1ba0
1 changed files with 3 additions and 3 deletions
|
|
@ -6741,7 +6741,7 @@ static void K_drawKartStartBulbs(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_50TRANS : 0;
|
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_HUDTRANSHALF : 0;
|
||||||
|
|
||||||
V_DrawFixedPatch(x, y, FRACUNIT, V_SNAPTOTOP|V_SPLITSCREEN|hudtransflags,
|
V_DrawFixedPatch(x, y, FRACUNIT, V_SNAPTOTOP|V_SPLITSCREEN|hudtransflags,
|
||||||
(r_splitscreen ? kp_prestartbulb_split[patchnum] : kp_prestartbulb[patchnum]), NULL);
|
(r_splitscreen ? kp_prestartbulb_split[patchnum] : kp_prestartbulb[patchnum]), NULL);
|
||||||
|
|
@ -6796,7 +6796,7 @@ static void K_drawKartStartBulbs(void)
|
||||||
static void K_drawKartStartCountdown(void)
|
static void K_drawKartStartCountdown(void)
|
||||||
{
|
{
|
||||||
INT32 pnum = 0;
|
INT32 pnum = 0;
|
||||||
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_50TRANS : 0;
|
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_HUDTRANSHALF : 0;
|
||||||
|
|
||||||
if (leveltime >= introtime && leveltime < starttime-(3*TICRATE))
|
if (leveltime >= introtime && leveltime < starttime-(3*TICRATE))
|
||||||
{
|
{
|
||||||
|
|
@ -7110,7 +7110,7 @@ static void K_drawLapStartAnim(void)
|
||||||
oldval = (48 - (32 * std::max(0, progressOld - 76))) * FRACUNIT;
|
oldval = (48 - (32 * std::max(0, progressOld - 76))) * FRACUNIT;
|
||||||
interpy = R_InterpolateFixed(oldval, newval);
|
interpy = R_InterpolateFixed(oldval, newval);
|
||||||
|
|
||||||
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_50TRANS : V_HUDTRANS;
|
INT32 hudtransflags = (camera[R_GetViewNumber()].chaseheight > HUDTRANS_CAMHEIGHT_MAX) ? V_HUDTRANSHALF : V_HUDTRANS;
|
||||||
|
|
||||||
V_DrawFixedPatch(
|
V_DrawFixedPatch(
|
||||||
interpx, interpy,
|
interpx, interpy,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue