aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-19 13:52:09 +0000
committerJohannes Schickel2008-04-19 13:52:09 +0000
commitbf46b5f17868cee22aea71b274a3515593206fbd (patch)
tree2b991a7c516d8a5c04266ba011caa8ab8c650b67 /engines/kyra/module.mk
parent76b1f4bcea6a89e37087f61d672cd55b47e6f719 (diff)
downloadscummvm-rg350-bf46b5f17868cee22aea71b274a3515593206fbd.tar.gz
scummvm-rg350-bf46b5f17868cee22aea71b274a3515593206fbd.tar.bz2
scummvm-rg350-bf46b5f17868cee22aea71b274a3515593206fbd.zip
- reworked tim handling
- moved tim interpreter to new class TIMInterpreter svn-id: r31569
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index f419137865..fd6bb9deef 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -32,8 +32,8 @@ MODULE_OBJS := \
script_v2.o \
script_v3.o \
script.o \
+ script_tim.o \
seqplayer.o \
- sequences_tim.o \
sequences_v1.o \
sequences_v2.o \
sound_adlib.o \