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

Comparing deliantra/server/server/move.C (file contents):
Revision 1.10 by root, Tue Dec 12 20:53:03 2006 UTC vs.
Revision 1.11 by root, Wed Dec 13 03:28:42 2006 UTC

405 int str1, str2; 405 int str1, str2;
406 object *owner; 406 object *owner;
407 407
408 if (who->head != NULL) 408 if (who->head != NULL)
409 who = who->head; 409 who = who->head;
410 owner = get_owner (who); 410 owner = who->owner;
411 411
412 /* Wake up sleeping monsters that may be pushed */ 412 /* Wake up sleeping monsters that may be pushed */
413 CLEAR_FLAG (who, FLAG_SLEEP); 413 CLEAR_FLAG (who, FLAG_SLEEP);
414 414
415 /* player change place with his pets or summoned creature */ 415 /* player change place with his pets or summoned creature */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines