From b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1 Mon Sep 17 00:00:00 2001 From: amber Date: Sat, 4 Dec 2004 05:02:56 +0000 Subject: clean warning git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@446 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3-70-g09d2