aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/intro.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-18 05:42:26 +0200
committerWillem Jan Palenstijn2015-12-23 21:34:09 +0100
commitc5528a631d63e47b830c89258507ebb681d5b261 (patch)
treeede1c9171e876c5a2d594ff4559e9d5e3ed1a4dc /engines/lab/intro.cpp
parent1c02487a00e100dcae1755742d2ab4412688c5aa (diff)
downloadscummvm-rg350-c5528a631d63e47b830c89258507ebb681d5b261.tar.gz
scummvm-rg350-c5528a631d63e47b830c89258507ebb681d5b261.tar.bz2
scummvm-rg350-c5528a631d63e47b830c89258507ebb681d5b261.zip
LAB: Handle some differences of the Amiga version
The Amiga version is still not working, as the CONTROL and INV files are missing, and the format of the font files is different
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 abd7018b59..22ad25abfc 100644
--- a/engines/lab/intro.cpp
+++ b/engines/lab/intro.cpp
@@ -325,7 +325,7 @@ void Intro::introSequence() {
_vm->_graphics->blackAllScreen();
_vm->_music->updateMusic();
- TextFont *msgFont = _vm->_resource->getFont("P:Map.fon");
+ TextFont *msgFont = _vm->_resource->getFont("F:Map.fon");
_vm->_anim->_noPalChange = true;
nReadPict("Intro.1", true);