aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/wsamovie.h
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.h
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.h')
-rw-r--r--engines/kyra/wsamovie.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/wsamovie.h b/engines/kyra/wsamovie.h
index 00fe4ef4f3..a6319bba99 100644
--- a/engines/kyra/wsamovie.h
+++ b/engines/kyra/wsamovie.h
@@ -85,9 +85,9 @@ protected:
uint8 *_frameData;
};
-#ifdef ENABLE_KYRA3
class KyraEngine_v3;
+// it could be possible that Kyrandia2 uses exactly the same format
class WSAMovieV3 : public WSAMovieV1 {
public:
WSAMovieV3(KyraEngine_v3 *vm);
@@ -102,7 +102,6 @@ protected:
int16 _xAdd;
int16 _yAdd;
};
-#endif
} // end of namespace Kyra