From 358b1a7c7ea08e60c88e7318345494d3e775cda2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 20 May 2009 04:07:34 +0000 Subject: Removed the "seamless" flag. It was something I added to cope with the fade in/out behaviour of the MPEG cutscene player, and no longer seems to be needed. svn-id: r40734 --- engines/sword2/animation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sword2/animation.h') diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index cfb1ecf1b1..9586b24c47 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -61,7 +61,6 @@ struct MovieText { struct MovieInfo { const char *name; int frames; - bool seamless; }; class DXADecoderWithSound : public Graphics::DXADecoder { -- cgit v1.2.3