Explorar o código

clean warning

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@446 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber %!s(int64=20) %!d(string=hai) anos
pai
achega
7683a0ec59
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  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;
 	}
 	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;
 }