summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 18:00:27 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 18:00:27 +0000
commitcaf2c7462fb04ce84cd2e3044a25578171efa35d (patch)
tree0710e5dda55312c4fb61078a904fd489f68ecfea /src/map/map.c
parent0840c847bd1e4d60e2a2af5d19859dbc21a12a24 (diff)
downloadhercules-caf2c7462fb04ce84cd2e3044a25578171efa35d.tar.gz
hercules-caf2c7462fb04ce84cd2e3044a25578171efa35d.tar.bz2
hercules-caf2c7462fb04ce84cd2e3044a25578171efa35d.tar.xz
hercules-caf2c7462fb04ce84cd2e3044a25578171efa35d.zip
- Fixed Magnum break's animation not showing if the fire-elemental bonus did not start.
- Removed some last traces of waterlevel reading. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6120 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 5eef78856..4e293c489 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3257,8 +3257,6 @@ int map_config_read(char *cfgName) {
} else if (strcmpi(w1, "map_port") == 0) {
clif_setport(atoi(w2));
map_port = (atoi(w2));
- //} else if (strcmpi(w1, "water_height") == 0) {
- // map_readwater(w2);
} else if (strcmpi(w1, "map") == 0) {
map_addmap(w2);
} else if (strcmpi(w1, "delmap") == 0) {