ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/living.C
(Generate patch)

Comparing deliantra/server/common/living.C (file contents):
Revision 1.21 by root, Mon Dec 25 06:53:39 2006 UTC vs.
Revision 1.22 by root, Tue Dec 26 08:54:59 2006 UTC

1502 if (move_type == 0) 1502 if (move_type == 0)
1503 move_type = MOVE_WALK; 1503 move_type = MOVE_WALK;
1504 else if (move_type & (MOVE_FLY_LOW | MOVE_FLY_HIGH)) 1504 else if (move_type & (MOVE_FLY_LOW | MOVE_FLY_HIGH))
1505 move_type &= ~MOVE_WALK; 1505 move_type &= ~MOVE_WALK;
1506 1506
1507 update_ob_speed (this); 1507 set_speed (speed);
1508 1508
1509 /* It is quite possible that a player's spell costing might have changed, 1509 /* It is quite possible that a player's spell costing might have changed,
1510 * so we will check that now. 1510 * so we will check that now.
1511 */ 1511 */
1512 if (type == PLAYER) 1512 if (type == PLAYER)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines