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.32 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.33 by root, Sun Dec 31 18:10:40 2006 UTC

195 return (min); 195 return (min);
196 196
197 return (RANDOM () % diff + min); 197 return (RANDOM () % diff + min);
198} 198}
199 199
200/* decay and destroy persihable items in a map */ 200/* decay and destroy perishable items in a map */
201void 201void
202maptile::decay_objects () 202maptile::decay_objects ()
203{ 203{
204 int x, y, destroy; 204 int x, y, destroy;
205 object *op, *otmp; 205 object *op, *otmp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines