mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-26 13:01:52 +00:00
V_MODULATE -> V_SUBTRACT
This commit is contained in:
parent
2496502b31
commit
e7d46c3c0a
1 changed files with 2 additions and 2 deletions
|
|
@ -650,10 +650,10 @@ skiptallydrawer:
|
|||
K_DrawMapThumbnail(0, 0, BASEVIDWIDTH<<FRACBITS, 0, prevmap, color);
|
||||
|
||||
// Draw the marquee (scroll pending)
|
||||
V_DrawMappedPatch(0, 154, V_MODULATE, rrmq, 0);
|
||||
V_DrawMappedPatch(0, 154, V_SUBTRACT, rrmq, 0);
|
||||
|
||||
// Draw the checker pattern (scroll pending)
|
||||
V_DrawMappedPatch(0, 0, V_MODULATE, rbgchk, 0);
|
||||
V_DrawMappedPatch(0, 0, V_SUBTRACT, rbgchk, 0);
|
||||
|
||||
// Draw the header bar
|
||||
V_DrawMappedPatch(20, 24, 0, rtpbr, 0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue