aboutsummaryrefslogtreecommitdiff
path: root/engines/made/module.mk
diff options
context:
space:
mode:
authorBenjamin Haisch2008-04-23 08:08:37 +0000
committerBenjamin Haisch2008-04-23 08:08:37 +0000
commit6069dba988e9940b4d5285d6abc01b83967f8702 (patch)
tree3e70fa2ecffca571d1dde627a5f052653a44ae57 /engines/made/module.mk
parent18ed600abea41fee47f92fa798f6fe49c5c37d25 (diff)
downloadscummvm-rg350-6069dba988e9940b4d5285d6abc01b83967f8702.tar.gz
scummvm-rg350-6069dba988e9940b4d5285d6abc01b83967f8702.tar.bz2
scummvm-rg350-6069dba988e9940b4d5285d6abc01b83967f8702.zip
Implemented direct loading of rtzcd.dat from the archive rtzcd.red, i.e. the game doesn't have to be installed first to get rtzcd.dat. Also added the respective detection entry.
svn-id: r31661
Diffstat (limited to 'engines/made/module.mk')
-rw-r--r--engines/made/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/made/module.mk b/engines/made/module.mk
index 727a785dbc..1f4cf73cb8 100644
--- a/engines/made/module.mk
+++ b/engines/made/module.mk
@@ -6,6 +6,7 @@ MODULE_OBJS = \
graphics.o \
made.o \
pmvplayer.o \
+ redreader.o \
resource.o \
screen.o \
script.o \