diff options
Diffstat (limited to 'src/Graphics.cpp')
| -rw-r--r-- | src/Graphics.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp index 4f1d68e..856f165 100644 --- a/src/Graphics.cpp +++ b/src/Graphics.cpp @@ -636,6 +636,9 @@ void Graphics::draw_icon(int x, int y, Icon icon) case IconPause: drawchar(x, y, 0x90, 255, 255, 255, 255); break; + case IconFavourite: + drawchar(x, y, 0xCC, 192, 160, 64, 255); + break; case IconReport: drawchar(x, y, 0xE3, 255, 255, 0, 255); break; |
