summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/mob.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index f56b5e4bf..7f209cd26 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -765,11 +765,8 @@ static int mob_timer(int tid,unsigned int tick,int id,int data)
break;
}
map_freeblock_unlock();
- if (md->timer == -1) {
+ if (md->timer == -1)
mob_changestate(md,MS_WALK,0);
- if (md->timer == -1)
- printf("mob_timer : mob %x STILL has no timer\n", md);
- }
return 0;
}