summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-11 16:51:22 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-11 16:51:22 +0000
commitdbcbf9c883a3bc85c2810dfc88b030a2aa505928 (patch)
tree2625c1287e7c7002f2afc5b22d1c1c502dd8a7f7 /src
parent6ecd8a7af58b92446a6984fbdfc2429562232f8c (diff)
downloadhercules-dbcbf9c883a3bc85c2810dfc88b030a2aa505928.tar.gz
hercules-dbcbf9c883a3bc85c2810dfc88b030a2aa505928.tar.bz2
hercules-dbcbf9c883a3bc85c2810dfc88b030a2aa505928.tar.xz
hercules-dbcbf9c883a3bc85c2810dfc88b030a2aa505928.zip
Fixed compiler warning when compiled with #REMODE disabled
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15563 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 9fb8f0533..97b4a50fb 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -9709,8 +9709,8 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns
case UNT_APPLEIDUN: //Apple of Idun [Skotlex]
{
int heal;
- struct mob_data *md = BL_CAST(BL_MOB, bl);
#if REMODE
+ struct mob_data *md = BL_CAST(BL_MOB, bl);
if( md && md->class_ == MOBID_EMPERIUM )
break;
#endif