mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Versus warning: Revert usage of V_REVERSESUBTRACT to V_SUBTRACT
This commit is contained in:
parent
41d96a0dcc
commit
b87f57440c
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ void ST_drawTitleCard(void)
|
||||||
transp = HITIME-1; \
|
transp = HITIME-1; \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
transp = (((10*transp)/HITIME)<<V_ALPHASHIFT) | (encorehack ? V_REVERSESUBTRACT : V_ADD); \
|
transp = (((10*transp)/HITIME)<<V_ALPHASHIFT) | (encorehack ? V_SUBTRACT : V_ADD); \
|
||||||
\
|
\
|
||||||
while (bx > -pad) \
|
while (bx > -pad) \
|
||||||
bx -= localwarn->width; \
|
bx -= localwarn->width; \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue