aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/module.mk
diff options
context:
space:
mode:
authorSven Hesse2012-01-27 14:27:16 +0100
committerSven Hesse2012-01-27 14:27:16 +0100
commit9d348f46ad1a7729661867564d4e8ed254244710 (patch)
treef7d49daad6fd17982dbd20f485de2a8e3b8ceefb /engines/gob/module.mk
parente0209358b7bcd71993e2665433a1178156459fe2 (diff)
downloadscummvm-rg350-9d348f46ad1a7729661867564d4e8ed254244710.tar.gz
scummvm-rg350-9d348f46ad1a7729661867564d4e8ed254244710.tar.bz2
scummvm-rg350-9d348f46ad1a7729661867564d4e8ed254244710.zip
GOB: Add a controlable Oko to Geisha's Diving minigame
Still missing: - Air, constantly decreasing, fill up with breathing - Health, decreases by collision with evil fish - Death, when health == 0 - Picking up pearls
Diffstat (limited to 'engines/gob/module.mk')
-rw-r--r--engines/gob/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/module.mk b/engines/gob/module.mk
index bf040c5428..6adf99f669 100644
--- a/engines/gob/module.mk
+++ b/engines/gob/module.mk
@@ -74,6 +74,7 @@ MODULE_OBJS := \
demos/scnplayer.o \
demos/batplayer.o \
minigames/geisha/evilfish.o \
+ minigames/geisha/oko.o \
minigames/geisha/diving.o \
minigames/geisha/penetration.o \
save/savefile.o \