summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2012-08-24 23:29:55 +0530
committerJapa2012-08-24 23:29:55 +0530
commitb7af8ca75b244fb7499e4bfd920f5df9a4ab6f83 (patch)
tree00223e1e3e1c90a6ebcd1d189a241febe4d55117 /GUI.h
parent5d4f06d785f8a9933679fe3caa12c18215e9674d (diff)
downloadstonesense-b7af8ca75b244fb7499e4bfd920f5df9a4ab6f83.tar.gz
stonesense-b7af8ca75b244fb7499e4bfd920f5df9a4ab6f83.tar.bz2
stonesense-b7af8ca75b244fb7499e4bfd920f5df9a4ab6f83.tar.xz
changed default creature sprite behavior to show a creature's letter instead of a purple question mark.
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI.h b/GUI.h
index 2706b85..743074f 100644
--- a/GUI.h
+++ b/GUI.h
@@ -55,6 +55,7 @@ extern ALLEGRO_BITMAP* IMGBloodSheet;
extern ALLEGRO_BITMAP* IMGEngFloorSheet;
extern ALLEGRO_BITMAP* IMGEngLeftSheet;
extern ALLEGRO_BITMAP* IMGEngRightSheet;
+extern ALLEGRO_BITMAP* IMGLetterSheet;
extern Crd3D debugCursor;
extern vector<string*> IMGFilenames;