aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/module.mk
diff options
context:
space:
mode:
authorSven Hesse2008-04-27 03:19:19 +0000
committerSven Hesse2008-04-27 03:19:19 +0000
commitab1a3b0cc89686fa2e9ef864a429ae27ed7b2d2f (patch)
tree201eb24a9d3c98d641bb44dd811d69ba2a882ec4 /engines/gob/module.mk
parent1d167da633a7dd666bb946156dd9e0ec29be2b53 (diff)
downloadscummvm-rg350-ab1a3b0cc89686fa2e9ef864a429ae27ed7b2d2f.tar.gz
scummvm-rg350-ab1a3b0cc89686fa2e9ef864a429ae27ed7b2d2f.tar.bz2
scummvm-rg350-ab1a3b0cc89686fa2e9ef864a429ae27ed7b2d2f.zip
Implemented support for VMDs substituting object animations.
Still far from being complete (and correct), but it's a start... - Only VMD "command" -3 is followed - Not all animation types are working - Timing is still off in most cases - Offsets are generally OK, but not always - No sound yet - Shouldn't segfault randomly, but I'm not entirely sure ;) svn-id: r31750
Diffstat (limited to 'engines/gob/module.mk')
-rw-r--r--engines/gob/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk
index 8a428b4d34..734996ddd5 100644
--- a/engines/gob/module.mk
+++ b/engines/gob/module.mk
@@ -18,6 +18,7 @@ MODULE_OBJS := \
goblin_v1.o \
goblin_v2.o \
goblin_v3.o \
+ goblin_v4.o \
coktelvideo.o \
videoplayer.o \
init.o \