aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/animation.cpp')
-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);