From a20e42efb9272e74e8bd36b74c485a0d5ca88ee2 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Fri, 30 Oct 2009 00:52:05 +0000 Subject: 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 --- engines/draci/module.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/draci/module.mk') 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 -- cgit v1.2.3