mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_DrawChallengePreview for SECRET_SKIN: Keep the engine class indicator square no matter where it is on the grid
This commit is contained in:
parent
3e900d7f57
commit
8285f0a636
1 changed files with 1 additions and 1 deletions
|
|
@ -5123,7 +5123,7 @@ static void M_DrawChallengePreview(INT32 x, INT32 y)
|
|||
LOCKSTAT(w);
|
||||
#undef LOCKSTAT
|
||||
|
||||
V_DrawFill(4+16+1 + (s*5), (BASEVIDHEIGHT-(4+16))+1 + (w*5), 4, 4, 0);
|
||||
V_DrawFill(4+16 + (s*5), (BASEVIDHEIGHT-(4+16)) + (w*5), 6, 6, 0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue