summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emap/mob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/mob.c b/src/emap/mob.c
index b4f4f31..fbc75b6 100644
--- a/src/emap/mob.c
+++ b/src/emap/mob.c
@@ -192,6 +192,7 @@ static void emob_load_weaponattacks(const char *type,
{
for (int f = 0; f < MAX_WEAPON_TYPE; f ++)
data->weaponAttacks[f] = val;
+ return;
}
else
{