diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-04 05:02:56 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-04 05:02:56 +0000 |
commit | b26ca6871acc0ef2062668cfc9a0fcf7016e3ac1 (patch) | |
tree | 11d58d038519dbf7293058974bc647c8fa10e07f /src/map/mob.c | |
parent | b63504c6445eed61f637f9f9e3dee769ac7dcc7c (diff) | |
download | hercules-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/map/mob.c')
-rw-r--r-- | src/map/mob.c | 5 |
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; } |