From cd45502501787c8003cfd86b7adf48a6f86d68de Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Fri, 23 Feb 2018 02:11:40 -0500 Subject: STARTREK: Implement draw modes 2 and 3 for sprites --- engines/startrek/font.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/startrek/font.cpp') diff --git a/engines/startrek/font.cpp b/engines/startrek/font.cpp index 157c9848f2..a6f583a312 100755 --- a/engines/startrek/font.cpp +++ b/engines/startrek/font.cpp @@ -66,4 +66,8 @@ Font::~Font() { delete[] _characters; } +byte *Font::getCharData(int i) { + return _characters[i].data; +} + } -- cgit v1.2.3