aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/intro.cpp')
-rw-r--r--engines/lab/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp
index 7727ac1f93..4b0ed66f56 100644
--- a/engines/lab/intro.cpp
+++ b/engines/lab/intro.cpp
@@ -444,7 +444,7 @@ void Intro::introSequence() {
_vm->_anim->_doBlack = true;
}
- closeFont(msgFont);
+ _vm->_graphics->closeFont(msgFont);
}
} // End of namespace Lab