From eb27307c12e476e7f765050bf002b0a01e5199d2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 13 Nov 2008 11:20:43 +0000 Subject: minor tweaks svn-id: r35036 --- graphics/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/font.h') 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; -- cgit v1.2.3