Merge remote-tracking branch 'GitHub/miami' into lcs

This commit is contained in:
Sergeanur
2021-06-25 00:47:06 +03:00
10 changed files with 131 additions and 61 deletions

View File

@@ -1503,7 +1503,7 @@ CRadar::InitFrontEndMap()
void
CRadar::DrawYouAreHereSprite(float x, float y)
{
static PauseModeTime lastChange = 0;
static uint32 lastChange = 0;
static bool show = true;
if (show) {
@@ -1703,7 +1703,7 @@ void
CRadar::DrawLegend(int32 x, int32 y, int32 sprite)
{
if (sprite < 0) {
static PauseModeTime lastChange = 0;
static uint32 lastChange = 0;
static int8 blipMode = 0;
CRGBA color;