aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/font.h')
-rw-r--r--engines/cine/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cine/font.h b/engines/cine/font.h
index 47284b3dac..041551d0a5 100644
--- a/engines/cine/font.h
+++ b/engines/cine/font.h
@@ -28,8 +28,8 @@
namespace Cine {
struct CharacterEntry {
- uint8 characterIdx;
- uint8 characterWidth;
+ byte characterIdx;
+ byte characterWidth;
};
extern const CharacterEntry fontParamTable[256];