aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/module.mk
diff options
context:
space:
mode:
authorSven Hesse2006-05-11 19:43:30 +0000
committerSven Hesse2006-05-11 19:43:30 +0000
commit42e03bd70720643c0866abd7d6da50529d2c1f03 (patch)
tree80aff92316136cac1222ccf01782b5c58d4d7490 /engines/gob/module.mk
parentd6af07989df23219293cf6117e6cd0ae6a63e2e9 (diff)
downloadscummvm-rg350-42e03bd70720643c0866abd7d6da50529d2c1f03.tar.gz
scummvm-rg350-42e03bd70720643c0866abd7d6da50529d2c1f03.tar.bz2
scummvm-rg350-42e03bd70720643c0866abd7d6da50529d2c1f03.zip
- Sound! Still a bit glitchy, though:
- Negative frequences?!? Maybe "SFX"? - No sound for a small part of the intro (there aren't any sndKeys covering that part either) - A rythm-instrument (hi-hat?) in the titlemusic isn't played as one - More differences in the drawing functions fleshed out - Some of the goblin handling functions written - More unnamed functions and variables, wheeee... svn-id: r22410
Diffstat (limited to 'engines/gob/module.mk')
-rw-r--r--engines/gob/module.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk
index 5a19baa6f8..9a8ba2c0ea 100644
--- a/engines/gob/module.mk
+++ b/engines/gob/module.mk
@@ -14,6 +14,8 @@ MODULE_OBJS := \
global.o \
gob.o \
goblin.o \
+ goblin_v1.o \
+ goblin_v2.o \
init.o \
init_v1.o \
init_v2.o \
@@ -21,6 +23,8 @@ MODULE_OBJS := \
inter_v1.o \
inter_v2.o \
map.o \
+ map_v1.o \
+ map_v2.o \
mult.o \
mult_v1.o \
mult_v2.o \