Restore missing IconFavourite drawing code
Was accidently remove in commit ba5efb101e
This commit is contained in:
parent
cc0efb13f0
commit
f86f2a9997
@ -636,6 +636,9 @@ void Graphics::draw_icon(int x, int y, Icon icon)
|
|||||||
case IconPause:
|
case IconPause:
|
||||||
drawchar(x, y, 0x90, 255, 255, 255, 255);
|
drawchar(x, y, 0x90, 255, 255, 255, 255);
|
||||||
break;
|
break;
|
||||||
|
case IconFavourite:
|
||||||
|
drawchar(x, y, 0xCC, 192, 160, 64, 255);
|
||||||
|
break;
|
||||||
case IconReport:
|
case IconReport:
|
||||||
drawchar(x, y, 0xE3, 255, 255, 0, 255);
|
drawchar(x, y, 0xE3, 255, 255, 0, 255);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user