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.34 by root, Sun Nov 15 19:13:01 2009 UTC vs.
Revision 1.35 by root, Sun Nov 15 19:13:10 2009 UTC

450 450
451 /* If we get here, the push succeeded. 451 /* If we get here, the push succeeded.
452 * Let everyone know the status. 452 * Let everyone know the status.
453 */ 453 */
454 if (who->type == PLAYER) 454 if (who->type == PLAYER)
455 {
456 new_draw_info_format (NDI_UNIQUE, 0, who, "%s pushed you.", &pusher->name); 455 new_draw_info_format (NDI_UNIQUE, 0, who, "%s pushed you.", &pusher->name);
457 } 456
458 if (pusher->type == PLAYER) 457 if (pusher->type == PLAYER)
459 {
460 new_draw_info_format (NDI_UNIQUE, 0, pusher, "You pushed %s back.", &who->name); 458 new_draw_info_format (NDI_UNIQUE, 0, pusher, "You pushed %s back.", &who->name);
461 }
462 459
463 return 1; 460 return 1;
464} 461}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines