From ff40247376606412556e4cc39b4da3361842dd3c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 31 May 2010 12:27:13 +0000 Subject: Hopefully fixed compilation svn-id: r49350 --- engines/m4/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/animation.cpp') diff --git a/engines/m4/animation.cpp b/engines/m4/animation.cpp index 4b6be82fad..9c31cd35d7 100644 --- a/engines/m4/animation.cpp +++ b/engines/m4/animation.cpp @@ -106,7 +106,7 @@ void MadsAnimation::load(const Common::String &filename) { // Chunk 2 // Following is a list of any messages for the animation - Common::SeekableReadStream *animStream = anim.getItemStream(streamIndex++); + animStream = anim.getItemStream(streamIndex++); for (int i = 0; i < messagesCount; ++i) { AnimMessage rec; -- cgit v1.2.3