mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-23 19:32:40 +00:00
Use V_ORANGEMAP for blinking WANTED text in Battle splitscreen
This commit is contained in:
parent
84c9dbfcce
commit
a885f340ae
1 changed files with 1 additions and 1 deletions
|
@ -6601,7 +6601,7 @@ static void K_drawKartWanted(void)
|
|||
if (splitscreen) // Can't fit the poster on screen, sadly
|
||||
{
|
||||
if (K_IsPlayerWanted(stplyr) && leveltime % 10 > 3)
|
||||
V_DrawRightAlignedString(WANT_X, WANT_Y, K_calcSplitFlags(V_SNAPTOBOTTOM|V_SNAPTORIGHT|V_HUDTRANS|V_REDMAP), "WANTED");
|
||||
V_DrawRightAlignedString(WANT_X, WANT_Y, K_calcSplitFlags(V_SNAPTOBOTTOM|V_SNAPTORIGHT|V_HUDTRANS|V_ORANGEMAP), "WANTED");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue