ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.112 by root, Mon Apr 30 04:25:30 2007 UTC vs.
Revision 1.113 by root, Tue May 1 05:48:20 2007 UTC

295 MTH void drain_specific_stat (int deplete_stats); 295 MTH void drain_specific_stat (int deplete_stats);
296 MTH void change_luck (int value); 296 MTH void change_luck (int value);
297 297
298 // info must hold 256 * 3 bytes currently 298 // info must hold 256 * 3 bytes currently
299 const char *debug_desc (char *info) const; 299 const char *debug_desc (char *info) const;
300 MTH const char *debug_desc () const; 300 MTH const char *debug_desc () const; // uses at least 3 round-robin buffers
301 const char *debug_desc2 () const; // another debug_desc, pure convinience function
302 const char *flag_desc (char *desc, int len) const; 301 const char *flag_desc (char *desc, int len) const;
303 302
304 int number_of () const 303 int number_of () const
305 { 304 {
306 return nrof ? nrof : 1; 305 return nrof ? nrof : 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines