diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/draci/module.mk | 8 | ||||
-rw-r--r-- | engines/draci/walking.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/engines/draci/module.mk b/engines/draci/module.mk index e6c9511687..9bac1d9ddc 100644 --- a/engines/draci/module.mk +++ b/engines/draci/module.mk @@ -1,5 +1,5 @@ MODULE := engines/draci - + MODULE_OBJS := \ animation.o \ barchive.o \ @@ -17,11 +17,11 @@ MODULE_OBJS := \ sprite.o \ surface.o \ walking.o - + # This module can be built as a plugin ifeq ($(ENABLE_DRACI), DYNAMIC_PLUGIN) PLUGIN := 1 endif - -# Include common rules + +# Include common rules include $(srcdir)/rules.mk diff --git a/engines/draci/walking.h b/engines/draci/walking.h index 7e4a3184f5..82cf264449 100644 --- a/engines/draci/walking.h +++ b/engines/draci/walking.h @@ -111,7 +111,7 @@ public: _turningFinished = 0; _callbackOffset = 0; - stopWalking(); + stopWalking(); } ~WalkingState() {} |