aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-08 13:04:18 +0000
committerTorbjörn Andersson2005-05-08 13:04:18 +0000
commit196127aa044f8ec499fc5a88cb27e6ce583d4f96 (patch)
treef19be7a13f4abed4a362003d62854b6391822aa5 /sword2
parentd58dec471f3b087e211be6d8d560403590f49149 (diff)
downloadscummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.tar.gz
scummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.tar.bz2
scummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.zip
Forgot to remove this.
svn-id: r17961
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/animation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/sword2/driver/animation.cpp b/sword2/driver/animation.cpp
index ec1d2b56ff..c91d1dd933 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -173,11 +173,6 @@ int32 MoviePlayer::play(const char *filename, MovieTextObject *text[], int32 lea
if (_vm->_quit)
return RD_OK;
- if (scumm_stricmp(filename, "shaman") == 0)
- _seamless = true;
- else
- _seamless = false;
-
if (leadInRes) {
byte *leadIn = _vm->_resman->openResource(leadInRes);
uint32 leadInLen = _vm->_resman->fetchLen(leadInRes) - sizeof(StandardHeader);