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

Comparing deliantra/server/server/pets.C (file contents):
Revision 1.24 by root, Thu Jan 18 16:19:34 2007 UTC vs.
Revision 1.25 by root, Thu Jan 18 19:42:10 2007 UTC

410 return; 410 return;
411 } 411 }
412 } 412 }
413 } 413 }
414 /* Try a different course */ 414 /* Try a different course */
415 dir = absdir (dir + 4 - (RANDOM () % 5) - (RANDOM () % 5)); 415 dir = absdir (dir + 4 - (rndm (5)) - (rndm (5)));
416 (void) move_ob (ob, dir, ob); 416 (void) move_ob (ob, dir, ob);
417 } 417 }
418 return; 418 return;
419} 419}
420 420

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines