aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/wsamovie.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2006-05-16 16:31:23 +0000
committerJohannes Schickel2006-05-16 16:31:23 +0000
commit3d10ecf1aed951cdc37b80fb0a320635e494892c (patch)
tree92c9977cb19ae855355768d33fbd4bd1d6694472 /engines/kyra/wsamovie.cpp
parent47a39a84019dab9cff1eb5fc7f84fe17810e5cad (diff)
downloadscummvm-rg350-3d10ecf1aed951cdc37b80fb0a320635e494892c.tar.gz
scummvm-rg350-3d10ecf1aed951cdc37b80fb0a320635e494892c.tar.bz2
scummvm-rg350-3d10ecf1aed951cdc37b80fb0a320635e494892c.zip
Removes ENABLE_KYRA2 and ENABLE_KYRA3.
svn-id: r22492
Diffstat (limited to 'engines/kyra/wsamovie.cpp')
-rw-r--r--engines/kyra/wsamovie.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/wsamovie.cpp b/engines/kyra/wsamovie.cpp
index 85cb0c3a33..165da86a6d 100644
--- a/engines/kyra/wsamovie.cpp
+++ b/engines/kyra/wsamovie.cpp
@@ -207,7 +207,6 @@ 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) {
@@ -282,6 +281,5 @@ void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) {
delete [] p;
_opened = true;
}
-#endif
} // end of namespace Kyra