From 3b4455299f3c5c0f6d6032c21c15f2e011639749 Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 28 May 2006 03:24:03 +0000 Subject: - Suppressed compilation warnings (unsigned and signed mismatches) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6793 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 8b6b705dc..3c04a5ead 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1761,7 +1761,7 @@ int mob_dead(struct mob_data *md, struct block_list *src, int type) continue; temp++; - if(mvp_damagedmglog[temp].dmg){ + if(mvp_damage<(unsigned int)md->dmglog[temp].dmg){ third_sd = second_sd; second_sd = mvp_sd; mvp_sd=tmpsd[temp]; -- cgit v1.2.3-60-g2f50