aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/font.h')
-rw-r--r--engines/saga/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/font.h b/engines/saga/font.h
index a85906c799..6f66545756 100644
--- a/engines/saga/font.h
+++ b/engines/saga/font.h
@@ -120,7 +120,7 @@ struct FontCharEntry {
struct FontStyle {
FontHeader header;
FontCharEntry fontCharEntry[256];
- Common::Array<byte> font;
+ ByteArray font;
};
struct FontData {