aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/plugin.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2006-07-28 11:42:53 +0000
committerOystein Eftevaag2006-07-28 11:42:53 +0000
commit3c4b13ed33a928352634c4785fa92a5df10ff378 (patch)
tree3a9ad67cda6c3ba65d2470f737665e6fcdf5fcf7 /engines/kyra/plugin.cpp
parenta69ac7717d66e00d373465235dce6cf834c78591 (diff)
downloadscummvm-rg350-3c4b13ed33a928352634c4785fa92a5df10ff378.tar.gz
scummvm-rg350-3c4b13ed33a928352634c4785fa92a5df10ff378.tar.bz2
scummvm-rg350-3c4b13ed33a928352634c4785fa92a5df10ff378.zip
Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie2 (kyra2 uses the same format), renames a define in kyra3.h for consistency, and adds a case for CMDS in the VQA player to avoid the constant warning (the tag is always present and empty). Credit/blame for the last one goes to Clemmy :). Starting kyra2 will now show the title animation.
svn-id: r23614
Diffstat (limited to 'engines/kyra/plugin.cpp')
-rw-r--r--engines/kyra/plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index dc98125f74..9ffcd08209 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -20,6 +20,7 @@
*/
#include "kyra/kyra.h"
+#include "kyra/kyra2.h"
#include "kyra/kyra3.h"
#include "common/config-manager.h"