From d375429abef0109a483970975b053292efa4bd6e Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Fri, 11 May 2018 02:17:57 -0400 Subject: STARTREK: Objects and animations. Testing them with the transporter room. --- engines/startrek/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/startrek/font.cpp') diff --git a/engines/startrek/font.cpp b/engines/startrek/font.cpp index db310425a0..8463841ece 100644 --- a/engines/startrek/font.cpp +++ b/engines/startrek/font.cpp @@ -31,7 +31,7 @@ static const byte CHARACTER_COUNT = 0x80; static const byte CHARACTER_SIZE = 0x40; Font::Font(StarTrekEngine *vm) : _vm(vm) { - SharedPtr fontStream = _vm->openFile("FONT.FNT"); + SharedPtr fontStream = _vm->loadFile("FONT.FNT"); _characters = new Character[CHARACTER_COUNT]; -- cgit v1.2.3