summaryrefslogtreecommitdiff
path: root/src/Graphics.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-14 18:00:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-14 18:00:24 (GMT)
commit4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (patch)
tree9e07f4871b68ea5e0edc7fdfc56894c26bfba9bf /src/Graphics.cpp
parent64063fbc0f070a0731c896394e30abebd848f358 (diff)
downloadpowder-4c6be4ff2cc822d9c1ed36c9c88261771775dc02.zip
powder-4c6be4ff2cc822d9c1ed36c9c88261771775dc02.tar.gz
Graphics:: Extra icons for Report and Favourite. Client:: Get favourite status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
Diffstat (limited to 'src/Graphics.cpp')
-rw-r--r--src/Graphics.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Graphics.cpp b/src/Graphics.cpp
index ad3696d..f948584 100644
--- a/src/Graphics.cpp
+++ b/src/Graphics.cpp
@@ -1190,9 +1190,14 @@ void Graphics::draw_icon(int x, int y, Icon icon)
case IconPause:
drawchar(x, y, 0x90, 255, 255, 255, 255);
break;
+ case IconReport:
+ drawchar(x, y, 0xE3, 255, 255, 0, 255);
+ break;
+ case IconFavourite:
+ drawchar(x, y, 0xCC, 192, 160, 64, 255);
+ break;
case IconVoteSort:
case IconDateSort:
- case IconFavourite:
case IconFolder:
case IconSearch:
case IconDelete: