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.44 by root, Sun Apr 13 21:22:47 2008 UTC vs.
Revision 1.45 by root, Sun Apr 20 18:48:51 2008 UTC

1194} 1194}
1195 1195
1196void 1196void
1197examine (object *op, object *tmp) 1197examine (object *op, object *tmp)
1198{ 1198{
1199 std::string s = tmp->describe (op); 1199 std::string info = tmp->describe (op);
1200 1200 op->contr->infobox (MSG_CHANNEL ("examine"), info.c_str ());
1201 new_draw_info (NDI_UNIQUE, 0, op, s.c_str ());
1202} 1201}
1203 1202
1204/* 1203/*
1205 * inventory prints object's inventory. If inv==NULL then print player's 1204 * inventory prints object's inventory. If inv==NULL then print player's
1206 * inventory. 1205 * inventory.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines