Fix 81d335b081: Use non-pulsating red highlight for coverage (#8622)

pull/221/head
Loïc Guilloux 3 years ago committed by GitHub
parent f7ac2969ef
commit b927da73c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1030,7 +1030,7 @@ static void DrawTileHighlightType(const TileInfo *ti, TileHighlightType tht)
case THT_NONE: break;
case THT_WHITE: DrawTileSelectionRect(ti, PAL_NONE); break;
case THT_BLUE: DrawTileSelectionRect(ti, PALETTE_SEL_TILE_BLUE); break;
case THT_RED: DrawTileSelectionRect(ti, PALETTE_TILE_RED_PULSATING); break;
case THT_RED: DrawTileSelectionRect(ti, PALETTE_SEL_TILE_RED); break;
}
}

Loading…
Cancel
Save