ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/treasure.C
(Generate patch)

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.65 by root, Tue Sep 4 05:43:21 2007 UTC vs.
Revision 1.66 by root, Wed Sep 12 11:10:10 2007 UTC

243 return; 243 return;
244 } 244 }
245 245
246 op->expand_tail (); 246 op->expand_tail ();
247 247
248 if (ob_blocked (op, creator->map, creator->x, creator->y)) 248 if (op->blocked (creator->map, creator->x, creator->y))
249 op->destroy (); 249 op->destroy ();
250 else 250 else
251 { 251 {
252 SET_FLAG (op, FLAG_OBJ_ORIGINAL); 252 SET_FLAG (op, FLAG_OBJ_ORIGINAL);
253 op->insert_at (creator, creator, INS_NO_MERGE | INS_NO_WALK_ON); 253 op->insert_at (creator, creator, INS_NO_MERGE | INS_NO_WALK_ON);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines