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

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.15 by root, Thu Sep 14 22:34:00 2006 UTC vs.
Revision 1.16 by root, Sat Sep 16 22:24:12 2006 UTC

200} 200}
201 201
202/* decay and destroy persihable items in a map */ 202/* decay and destroy persihable items in a map */
203 203
204void 204void
205decay_objects (mapstruct *m) 205decay_objects (maptile *m)
206{ 206{
207 int x, y, destroy; 207 int x, y, destroy;
208 object *op, *otmp; 208 object *op, *otmp;
209 209
210 if (m->unique) 210 if (m->unique)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines