From 2b2fa690e9057c303891a22909bbcd6644348a3f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 15 Oct 2004 19:48:07 +0000 Subject: Fix what looks to be a typo, anybody who actually has kyra may want to verify this... svn-id: r15560 --- kyra/wsamovie.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kyra/wsamovie.cpp b/kyra/wsamovie.cpp index 5b89dccf7e..056ece2770 100644 --- a/kyra/wsamovie.cpp +++ b/kyra/wsamovie.cpp @@ -92,9 +92,9 @@ namespace Kyra { } uint8* frameData = 0; - uint8 image40[64000]; // I think this crash on Plam OS :) + uint8 image40[64000]; // I think this will crash on Plam OS :) - if (frame = _prefetchedFrame + 1) { + if (frame == _prefetchedFrame + 1) { frameData = _buffer + _offsetTable[frame] + (hasPalette() ? 768 : 0); Compression::decode80(frameData, image40); Compression::decode40(image40, _currentFrame); -- cgit v1.2.3