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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.88 by root, Sun Jan 11 06:08:40 2009 UTC vs.
Revision 1.89 by elmex, Mon Jan 12 00:17:23 2009 UTC

1078 case CLOAK: 1078 case CLOAK:
1079 case FOOD: 1079 case FOOD:
1080 case DRINK: 1080 case DRINK:
1081 case FLESH: 1081 case FLESH:
1082 case SKILL_TOOL: 1082 case SKILL_TOOL:
1083 case LAMP:
1083 case POWER_CRYSTAL: 1084 case POWER_CRYSTAL:
1084 { 1085 {
1085 const char *cp = ::describe_item (this, who); 1086 const char *cp = ::describe_item (this, who);
1086 1087
1087 if (*cp) 1088 if (*cp)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines