summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-14 15:39:24 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-14 15:39:24 +0000
commitf2a4147e83fc9d7e510f3d391fc87efcc44005e2 (patch)
tree2aa1aecf371c27968d0c85cb9dc280efbc68df45 /src/map/battle.c
parent4be12e4c23f2a73543fa60ff3e0e0f4235a49ff0 (diff)
downloadhercules-f2a4147e83fc9d7e510f3d391fc87efcc44005e2.tar.gz
hercules-f2a4147e83fc9d7e510f3d391fc87efcc44005e2.tar.bz2
hercules-f2a4147e83fc9d7e510f3d391fc87efcc44005e2.tar.xz
hercules-f2a4147e83fc9d7e510f3d391fc87efcc44005e2.zip
- Shadow Jump no longer goes over walls.
- Insignificant cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8751 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 246d3fae4..aea5d1444 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -3440,7 +3440,6 @@ int battle_config_switch(const char *str) {
strncmpi(str, "non",3) == 0 ||
strncmpi(str, "nein",4) == 0)
return 0;
-
return atoi(str);
}