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.57 by root, Sun Jul 1 05:00:19 2007 UTC vs.
Revision 1.58 by root, Wed Jul 4 04:15:29 2007 UTC

1142 dynbuf_text buf (1024, 1024); 1142 dynbuf_text buf (1024, 1024);
1143 1143
1144 buf.printf ("That is: %s.\n", long_desc (who).c_str ()); 1144 buf.printf ("That is: %s.\n", long_desc (who).c_str ());
1145 1145
1146 if (custom_name) 1146 if (custom_name)
1147 buf,printf ("You call it %s\n", &custom_name); 1147 buf.printf ("You call it %s\n", &custom_name);
1148 1148
1149 switch (type) 1149 switch (type)
1150 { 1150 {
1151 case SPELLBOOK: 1151 case SPELLBOOK:
1152 if (flag [FLAG_IDENTIFIED] && inv) 1152 if (flag [FLAG_IDENTIFIED] && inv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines