summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-04 05:02:56 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-04 05:02:56 +0000
commitb26ca6871acc0ef2062668cfc9a0fcf7016e3ac1 (patch)
tree11d58d038519dbf7293058974bc647c8fa10e07f /src
parentb63504c6445eed61f637f9f9e3dee769ac7dcc7c (diff)
downloadhercules-b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1.tar.gz
hercules-b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1.tar.bz2
hercules-b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1.tar.xz
hercules-b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1.zip
clean warning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@446 54d463be-8e91-2dee-dedb-b68131a5f0ec
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;
}