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

Comparing deliantra/server/common/item.C (file contents):
Revision 1.50 by root, Wed Apr 30 05:06:36 2008 UTC vs.
Revision 1.51 by root, Sun Sep 7 21:31:23 2008 UTC

813 */ 813 */
814 if (op->has_active_speed ()) 814 if (op->has_active_speed ())
815 switch ((int) ((FABS (op->speed)) * 15)) 815 switch ((int) ((FABS (op->speed)) * 15))
816 { 816 {
817 case 0: 817 case 0:
818 buf << "(very slow movement"; 818 buf << "(very slow movement)";
819 break; 819 break;
820 case 1: 820 case 1:
821 buf << "(slow movement)"; 821 buf << "(slow movement)";
822 break; 822 break;
823 case 2: 823 case 2:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines