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.110 by root, Mon Apr 23 18:09:57 2007 UTC vs.
Revision 1.111 by root, Tue Apr 24 00:42:02 2007 UTC

371 371
372 // If this object has no extra parts but should have them, 372 // If this object has no extra parts but should have them,
373 // add them, effectively expanding heads into multipart 373 // add them, effectively expanding heads into multipart
374 // objects. This method only works on objects not inserted 374 // objects. This method only works on objects not inserted
375 // anywhere. 375 // anywhere.
376 void expand_tail (); 376 MTH void expand_tail ();
377
378 MTH void create_treasure (treasurelist *tl, int flags = 0);
377 379
378 // insert object at same map position as 'where' 380 // insert object at same map position as 'where'
379 // handles both inventory and map "positions" 381 // handles both inventory and map "positions"
380 MTH object *insert_at (object *where, object *originator = 0, int flags = 0); 382 MTH object *insert_at (object *where, object *originator = 0, int flags = 0);
381 383

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines