--- deliantra/server/common/button.C 2009/11/06 13:03:34 1.61 +++ deliantra/server/common/button.C 2009/11/07 18:30:05 1.62 @@ -462,7 +462,7 @@ { object *tmp; int push = 0, tot = 0; - int in_movement = op->stats.wc || op->speed; + int in_movement = op->stats.wc || op->has_active_speed (); switch (op->type) {