From 2600d527592c3e5c6ed6ab827ce69c24f3c6b35b Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 24 Aug 2008 18:33:20 +0000 Subject: Fixed a compilation problem caused by r13123. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13125 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/homunculus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/homunculus.c') diff --git a/src/map/homunculus.c b/src/map/homunculus.c index d6832e84a..fc2e4b0ca 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -509,8 +509,7 @@ static int merc_hom_hungry(int tid, unsigned int tick, int id, intptr data) clif_emotion(&hd->bl, 20) ; //hmm } else if(hd->homunculus.hunger == 75) { clif_emotion(&hd->bl, 33) ; //ok - } else - talk = false; + } if(hd->homunculus.hunger < 0) { hd->homunculus.hunger = 0; -- cgit v1.2.3-70-g09d2