aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2006-02-27 22:39:55 +0000
committerJohannes Schickel2006-02-27 22:39:55 +0000
commitf3106feaf524d065eb495b9bd423011171623fcb (patch)
treec26cfc6384d236c82a842d207d3ecc9ef04d7da3 /engines/kyra/module.mk
parent1b1bc9cde4071ceda6531f0d12c7cbf9be77b582 (diff)
downloadscummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.tar.gz
scummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.tar.bz2
scummvm-rg350-f3106feaf524d065eb495b9bd423011171623fcb.zip
Added WIP Adlib sound playing code to kyra.
It needs some checks since it doesn't work correctly in every case at the moment. svn-id: r20960
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index d19e5f13e7..0866413fe8 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -8,6 +8,7 @@ MODULE_OBJS := \
script.o \
seqplayer.o \
sound.o \
+ sound_adlib.o \
staticres.o \
sprites.o \
wsamovie.o \