summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-24 18:33:20 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-24 18:33:20 +0000
commit2600d527592c3e5c6ed6ab827ce69c24f3c6b35b (patch)
treeaf9376cda12124872734b1768932db51728f5812 /src
parent4c54aa497dbee8f68c4f611015b3e28dc7a263d9 (diff)
downloadhercules-2600d527592c3e5c6ed6ab827ce69c24f3c6b35b.tar.gz
hercules-2600d527592c3e5c6ed6ab827ce69c24f3c6b35b.tar.bz2
hercules-2600d527592c3e5c6ed6ab827ce69c24f3c6b35b.tar.xz
hercules-2600d527592c3e5c6ed6ab827ce69c24f3c6b35b.zip
Fixed a compilation problem caused by r13123.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13125 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/homunculus.c3
1 files changed, 1 insertions, 2 deletions
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;