aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-12 21:23:45 +0200
committerMartin Kiewitz2015-06-12 21:26:24 +0200
commit765dbe647cb97cd8a728bd3bbdbf3e8f97718af2 (patch)
treec550dd57177b42d5f04e99283387248469d5b459 /engines/sherlock/people.cpp
parent9c66934608cd6f756c170bcb050ee4d6452f0a36 (diff)
downloadscummvm-rg350-765dbe647cb97cd8a728bd3bbdbf3e8f97718af2.tar.gz
scummvm-rg350-765dbe647cb97cd8a728bd3bbdbf3e8f97718af2.tar.bz2
scummvm-rg350-765dbe647cb97cd8a728bd3bbdbf3e8f97718af2.zip
SHERLOCK: 3DO: some work on font file loading
Diffstat (limited to 'engines/sherlock/people.cpp')
-rw-r--r--engines/sherlock/people.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp
index 1a3e8d2d5d..5684a94e9b 100644
--- a/engines/sherlock/people.cpp
+++ b/engines/sherlock/people.cpp
@@ -286,7 +286,7 @@ bool People::loadWalk() {
_data[PLAYER]->_images = new ImageFile("walk.vgs");
} else {
// Load walk.anim on 3DO, which is a cel animation file
- _data[PLAYER]->_images = new ImageFile3DO("walk.anim");
+ _data[PLAYER]->_images = new ImageFile3DO("walk.anim", kImageFile3DOType_CelAnimation);
}
_data[PLAYER]->setImageFrame();
_data[PLAYER]->_walkLoaded = true;