--- deliantra/server/common/anim.C 2006/12/13 21:27:09 1.11 +++ deliantra/server/common/anim.C 2006/12/26 20:04:09 1.12 @@ -175,10 +175,8 @@ void animate_object (object *op, int dir) { - int - max_state; /* Max animation state object should be drawn in */ - int - base_state; /* starting index # to draw from */ + int max_state; /* Max animation state object should be drawn in */ + int base_state; /* starting index # to draw from */ if (!op->animation_id || !NUM_ANIMATIONS (op)) {