aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/font.h')
-rw-r--r--graphics/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/font.h b/graphics/font.h
index 5667fcd8f3..f68a6dd7a6 100644
--- a/graphics/font.h
+++ b/graphics/font.h
@@ -90,7 +90,7 @@ public:
virtual void drawChar(Surface *dst, byte chr, int x, int y, uint32 color) const;
};
-typedef unsigned short bitmap_t; /* bitmap image unit size*/
+typedef uint16 bitmap_t; /* bitmap image unit size*/
struct BBX {
int8 w;