diff options
Diffstat (limited to 'engines/sci/graphics/frameout.cpp')
-rw-r--r-- | engines/sci/graphics/frameout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp index 05c79f3ca9..e9ee25946c 100644 --- a/engines/sci/graphics/frameout.cpp +++ b/engines/sci/graphics/frameout.cpp @@ -235,7 +235,7 @@ void GfxFrameout::kernelFrameout() { if (lookup_selector(_segMan, itemEntry->object, kernel->_selectorCache.text, NULL, NULL) == kSelectorVariable) { Common::String text = _segMan->getString(GET_SEL32(_segMan, itemEntry->object, text)); int16 fontRes = GET_SEL32V(_segMan, itemEntry->object, font); - Font *font = new Font(_resMan, _screen, fontRes); + GfxFont *font = new GfxFont(_resMan, _screen, fontRes); bool dimmed = GET_SEL32V(_segMan, itemEntry->object, dimmed); uint16 foreColor = GET_SEL32V(_segMan, itemEntry->object, fore); uint16 curX = itemEntry->x; |