diff options
Diffstat (limited to 'engines/lab/intro.cpp')
-rw-r--r-- | engines/lab/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/intro.cpp b/engines/lab/intro.cpp index c14546e4df..1f05afe231 100644 --- a/engines/lab/intro.cpp +++ b/engines/lab/intro.cpp @@ -364,7 +364,7 @@ void introSequence() { blackAllScreen(); g_music->fillUpMusic(true); - getFont("P:Map.font", msgfont); + getFont("P:Map.fon", msgfont); nopalchange = true; NReadPict("Intro.1", true); |