Browse Source

clean warning

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@446 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber 20 years ago
parent
commit
7683a0ec59
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/map/mob.c

+ 1 - 4
src/map/mob.c

@@ -765,11 +765,8 @@ static int mob_timer(int tid,unsigned int tick,int id,int data)
 		break;
 		break;
 	}
 	}
 	map_freeblock_unlock();
 	map_freeblock_unlock();
-	if (md->timer == -1) {
+	if (md->timer == -1)
 		mob_changestate(md,MS_WALK,0);
 		mob_changestate(md,MS_WALK,0);
-		if (md->timer == -1) 
-			printf("mob_timer : mob %x STILL has no timer\n", md);
-	}
 	return 0;
 	return 0;
 }
 }