aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-16 16:15:33 +0000
committerJohannes Schickel2006-05-16 16:15:33 +0000
commit47a39a84019dab9cff1eb5fc7f84fe17810e5cad (patch)
tree7d606eadfecdaf2468b62244c6d79e42ae01effa /engines
parentc8aa32d095b76c0ba443d16714b32d9cf4cea1fa (diff)
downloadscummvm-rg350-47a39a84019dab9cff1eb5fc7f84fe17810e5cad.tar.gz
scummvm-rg350-47a39a84019dab9cff1eb5fc7f84fe17810e5cad.tar.bz2
scummvm-rg350-47a39a84019dab9cff1eb5fc7f84fe17810e5cad.zip
Oops forgot some define checks
svn-id: r22491
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/wsamovie.cpp2
1 files changed, 2 insertions, 0 deletions
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