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.38 by root, Thu Sep 14 21:16:12 2006 UTC vs.
Revision 1.39 by root, Thu Sep 14 23:13:49 2006 UTC

246 static bool can_merge (object *op1, object *op2); 246 static bool can_merge (object *op1, object *op2);
247 247
248 void clear (); 248 void clear ();
249 void clone (object *destination); 249 void clone (object *destination);
250 250
251 bool destroyed () { return QUERY_FLAG (this, FLAG_FREED); }
252
251 void instantiate () 253 void instantiate ()
252 { 254 {
253 if (!uuid.seq) // HACK 255 if (!uuid.seq) // HACK
254 uuid = gen_uuid (); 256 uuid = gen_uuid ();
255 257

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines