mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawSoundTest: STER_DOT
Draws a dot matrix over the background level icon
This commit is contained in:
parent
027fd2be04
commit
5a5a607c9a
1 changed files with 9 additions and 1 deletions
|
|
@ -5962,9 +5962,17 @@ void M_DrawSoundTest(void)
|
||||||
K_DrawMapThumbnail(
|
K_DrawMapThumbnail(
|
||||||
0, 0,
|
0, 0,
|
||||||
BASEVIDWIDTH<<FRACBITS,
|
BASEVIDWIDTH<<FRACBITS,
|
||||||
V_60TRANS|V_ADD,
|
V_20TRANS|V_ADD,
|
||||||
soundtest.current->sequence.map,
|
soundtest.current->sequence.map,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
V_DrawFixedPatch(
|
||||||
|
0, 0,
|
||||||
|
FRACUNIT,
|
||||||
|
V_60TRANS|V_SUBTRACT,
|
||||||
|
W_CachePatchName("STER_DOT", PU_CACHE),
|
||||||
|
NULL
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
titletext = soundtest.current->title;
|
titletext = soundtest.current->title;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue