aboutsummaryrefslogtreecommitdiff
path: root/kyra/wsamovie.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-10-13 21:12:47 +0000
committerJohannes Schickel2005-10-13 21:12:47 +0000
commit7664cbcc7434ebd3e349b7ffc60b38381b7750d3 (patch)
tree3f49713502342598bba9a1ca58a912f10a866730 /kyra/wsamovie.cpp
parenteef92cb7e7f0e3fe39e1d468fabce58bfc8f6faf (diff)
downloadscummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.tar.gz
scummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.tar.bz2
scummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.zip
Committed patch #1325945 ( KYRA: md5 game detection ) with a few changes
and added the story picture in the intro. svn-id: r19068
Diffstat (limited to 'kyra/wsamovie.cpp')
-rw-r--r--kyra/wsamovie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/wsamovie.cpp b/kyra/wsamovie.cpp
index 47d96bc247..2b6b6eec6c 100644
--- a/kyra/wsamovie.cpp
+++ b/kyra/wsamovie.cpp
@@ -41,7 +41,7 @@ WSAMovieV1 *KyraEngine::wsa_open(const char *filename, int offscreenDecode, uint
wsa->deltaBufferSize = READ_LE_UINT16(wsaData); wsaData += 2;
wsa->offscreenBuffer = NULL;
wsa->flags = 0;
- if (_game == KYRA1CD) {
+ if (_features & GF_TALKIE) {
flags = READ_LE_UINT16(wsaData); wsaData += 2;
}