summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-24 09:42:05 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-24 09:42:05 +0000
commit4a6ccdebfb5179bc000215b70dc38c91717838de (patch)
tree9e090342f98a0e521a80366575166fc598690c9c /src/map/battle.c
parent229785245a12c5a6b6b4e481bc5139f11bb6228c (diff)
downloadhercules-4a6ccdebfb5179bc000215b70dc38c91717838de.tar.gz
hercules-4a6ccdebfb5179bc000215b70dc38c91717838de.tar.bz2
hercules-4a6ccdebfb5179bc000215b70dc38c91717838de.tar.xz
hercules-4a6ccdebfb5179bc000215b70dc38c91717838de.zip
Fixed a typo in r9906 (C language restriction)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 5582a8f67..171481d56 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -2580,8 +2580,8 @@ struct Damage battle_calc_misc_attack(
if (!(nk&NK_IGNORE_FLEE))
{
- i = 0; //Temp for "hit or no hit"
struct status_change *sc = status_get_sc(target);
+ i = 0; //Temp for "hit or no hit"
if(sc && sc->opt1 && sc->opt1 != OPT1_STONEWAIT)
i = 1;
else {