From 196127aa044f8ec499fc5a88cb27e6ce583d4f96 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 8 May 2005 13:04:18 +0000 Subject: Forgot to remove this. svn-id: r17961 --- sword2/driver/animation.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sword2') 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); -- cgit v1.2.3