--- deliantra/server/common/living.C 2007/04/29 18:32:18 1.42 +++ deliantra/server/common/living.C 2007/04/29 21:44:34 1.44 @@ -1052,7 +1052,7 @@ } /* There may be other things that should not adjust the attacktype */ - if (tmp>-type != BOW && tmp->type != SYMPTOM) + if (tmp->type != BOW && tmp->type != SYMPTOM) attacktype |= tmp->attacktype; path_attuned |= tmp->path_attuned; @@ -1083,7 +1083,7 @@ if (tmp->stats.exp > 0) { added_speed += tmp->stats.exp / 3.f; - bonus_speed += 1.f + tmp->stats.exp / 3.f; + bonus_speed += tmp->stats.exp / 3.f + 1.f; } else added_speed += tmp->stats.exp;