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.43 by root, Mon Apr 23 18:21:54 2007 UTC vs.
Revision 1.44 by root, Tue Apr 24 00:42:02 2007 UTC

1148std::string 1148std::string
1149object::describe (object *who) 1149object::describe (object *who)
1150{ 1150{
1151 dynbuf_text buf (1024, 1024); 1151 dynbuf_text buf (1024, 1024);
1152 1152
1153 buf.printf ("That is %s\n", long_desc (who).c_str ()); 1153 buf.printf ("That is: %s.\n", long_desc (who).c_str ());
1154 1154
1155 if (custom_name) 1155 if (custom_name)
1156 buf,printf ("You call it %s\n", &custom_name); 1156 buf,printf ("You call it %s\n", &custom_name);
1157 1157
1158 switch (type) 1158 switch (type)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines