aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/module.mk
diff options
context:
space:
mode:
authorAlyssa Milburn2012-09-22 12:53:01 +0200
committerAlyssa Milburn2012-09-22 13:20:58 +0200
commita081ae78eebc3f136198ca93ac079c454d9349e0 (patch)
tree865e585928b68eca4066c0f1b86461865e9cf447 /engines/parallaction/module.mk
parent636d3367d5597736ebf87c4a811128650de09d5e (diff)
downloadscummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.tar.gz
scummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.tar.bz2
scummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.zip
PARALLACTION: Add custom Adlib driver for BRA.
Thanks to peres for working out how it works in the original engine. Also, fix the length of MIDI events so it works properly.
Diffstat (limited to 'engines/parallaction/module.mk')
-rw-r--r--engines/parallaction/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/module.mk b/engines/parallaction/module.mk
index d65653cd92..36572a51df 100644
--- a/engines/parallaction/module.mk
+++ b/engines/parallaction/module.mk
@@ -1,6 +1,7 @@
MODULE := engines/parallaction
MODULE_OBJS := \
+ adlib.o \
balloons.o \
callables_br.o \
callables_ns.o \