Changeset - r24732:069dbb3c8554
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 years ago 2021-02-07 15:20:26
glx22@users.noreply.github.com
Fix 81d335b081: Use non-pulsating red highlight for coverage (#8622)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/viewport.cpp
Show inline comments
 
@@ -1030,7 +1030,7 @@ static void DrawTileHighlightType(const 
 
		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;
 
	}
 
}
 

	
0 comments (0 inline, 0 general)