aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/module.mk
diff options
context:
space:
mode:
authorRobert Špalek2009-10-30 00:52:05 +0000
committerRobert Špalek2009-10-30 00:52:05 +0000
commita20e42efb9272e74e8bd36b74c485a0d5ca88ee2 (patch)
treeb6931b814cec52dd550047869b8d2e00845290de /engines/draci/module.mk
parent1526fda715118d75b37dafbf1da58770289cbcae (diff)
downloadscummvm-rg350-a20e42efb9272e74e8bd36b74c485a0d5ca88ee2.tar.gz
scummvm-rg350-a20e42efb9272e74e8bd36b74c485a0d5ca88ee2.tar.bz2
scummvm-rg350-a20e42efb9272e74e8bd36b74c485a0d5ca88ee2.zip
Move WalkingMap into new module.
Also, fix a bug when loading the default walking map (wasn't implemented) and setting font size. The reason I move this code into a new module is because I will augment it with other walking-related algorithms soon. svn-id: r45510
Diffstat (limited to 'engines/draci/module.mk')
-rw-r--r--engines/draci/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/draci/module.mk b/engines/draci/module.mk
index 2005c0b095..b5f25d1b33 100644
--- a/engines/draci/module.mk
+++ b/engines/draci/module.mk
@@ -14,7 +14,8 @@ MODULE_OBJS := \
surface.o \
mouse.o \
game.o \
- animation.o
+ animation.o \
+ walking.o
MODULE_DIRS += \
engines/draci