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.62 by elmex, Mon Nov 26 12:54:32 2007 UTC vs.
Revision 1.63 by root, Mon Dec 17 08:35:49 2007 UTC

1250 buf << "This is a buildable item.\n"; 1250 buf << "This is a buildable item.\n";
1251 1251
1252 /* Does the object have a message? Don't show message for all object 1252 /* Does the object have a message? Don't show message for all object
1253 * types - especially if the first entry is a match 1253 * types - especially if the first entry is a match
1254 */ 1254 */
1255 if (msg && type != EXIT && type != BOOK && type != CORPSE && !move_on && strncasecmp (msg, "@match", 7)) 1255 if (msg && type != EXIT && type != BOOK && type != CORPSE && !move_on && *msg != '@')
1256 { 1256 {
1257 /* This is just a hack so when identifying the items, we print 1257 /* This is just a hack so when identifying the items, we print
1258 * out the extra message 1258 * out the extra message
1259 */ 1259 */
1260 if (need_identify (this) && flag [FLAG_IDENTIFIED]) 1260 if (need_identify (this) && flag [FLAG_IDENTIFIED])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines