diff options
author | Torbjörn Andersson | 2005-05-08 13:04:18 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-05-08 13:04:18 +0000 |
commit | 196127aa044f8ec499fc5a88cb27e6ce583d4f96 (patch) | |
tree | f19be7a13f4abed4a362003d62854b6391822aa5 | |
parent | d58dec471f3b087e211be6d8d560403590f49149 (diff) | |
download | scummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.tar.gz scummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.tar.bz2 scummvm-rg350-196127aa044f8ec499fc5a88cb27e6ce583d4f96.zip |
Forgot to remove this.
svn-id: r17961
-rw-r--r-- | sword2/driver/animation.cpp | 5 |
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); |