diff options
-rw-r--r-- | engines/mads/scene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 62a0e2031c..609e2335e4 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -104,7 +104,7 @@ void Scene::clearSequenceList() { void Scene::clearMessageList() { _kernelMessages.clear(); - _talkFont = "*FONTCONV.FF"; + _talkFont = FONT_CONVERSATION; _textSpacing = -1; } |