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

Comparing deliantra/server/random_maps/treasure.C (file contents):
Revision 1.30 by root, Sun Jul 1 05:00:19 2007 UTC vs.
Revision 1.31 by root, Sun Aug 26 15:31:04 2007 UTC

428 the_key->y = ky; 428 the_key->y = ky;
429 insert_ob_in_map (the_key, map, NULL, 0); 429 insert_ob_in_map (the_key, map, NULL, 0);
430 return 1; 430 return 1;
431 } 431 }
432 432
433 insert_ob_in_ob (the_key, the_keymaster); 433 insert_ob_in_ob (the_key, the_keymaster->head_ ());
434 return 1; 434 return 1;
435} 435}
436 436
437 437
438 438

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines