From ab1a3b0cc89686fa2e9ef864a429ae27ed7b2d2f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 27 Apr 2008 03:19:19 +0000 Subject: 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 --- engines/gob/module.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/gob/module.mk') 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 \ -- cgit v1.2.3