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

Comparing deliantra/server/server/c_object.C (file contents):
Revision 1.18 by root, Thu Sep 14 23:13:49 2006 UTC vs.
Revision 1.19 by root, Sat Sep 16 22:24:13 2006 UTC

376void 376void
377pick_up (object *op, object *alt) 377pick_up (object *op, object *alt)
378{ 378{
379 int need_fix_tmp = 0; 379 int need_fix_tmp = 0;
380 object *tmp = NULL; 380 object *tmp = NULL;
381 mapstruct *tmp_map = NULL; 381 maptile *tmp_map = NULL;
382 int count; 382 int count;
383 383
384 /* Decide which object to pick. */ 384 /* Decide which object to pick. */
385 if (alt) 385 if (alt)
386 { 386 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines