From 47a39a84019dab9cff1eb5fc7f84fe17810e5cad Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 16 May 2006 16:15:33 +0000 Subject: Oops forgot some define checks svn-id: r22491 --- engines/kyra/wsamovie.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/kyra/wsamovie.cpp b/engines/kyra/wsamovie.cpp index 165da86a6d..85cb0c3a33 100644 --- a/engines/kyra/wsamovie.cpp +++ b/engines/kyra/wsamovie.cpp @@ -207,6 +207,7 @@ void WSAMovieV1::processFrame(int frameNum, uint8 *dst) { #pragma mark - +#ifdef ENABLE_KYRA3 WSAMovieV3::WSAMovieV3(KyraEngine_v3 *vm) : WSAMovieV1(vm), _vm3(vm), _xAdd(0), _yAdd(0) {} void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) { @@ -281,5 +282,6 @@ void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) { delete [] p; _opened = true; } +#endif } // end of namespace Kyra -- cgit v1.2.3