mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
Restore missing IconFavourite drawing code
Was accidently remove in commit ba5efb101e
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user