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.41 by root, Thu Jul 24 20:35:37 2008 UTC vs.
Revision 1.42 by root, Thu Sep 25 04:35:50 2008 UTC

148 the_key->destroy (); 148 the_key->destroy ();
149 return 1; 149 return 1;
150 } 150 }
151 } 151 }
152 152
153 LOG(llevError, "key %d,%d %p\n", the_keymaster ? the_keymaster->x : x, the_keymaster ? the_keymaster->y : y, the_keymaster+0);//D
154 if (the_keymaster) 153 if (the_keymaster)
155 the_keymaster->head_ ()->insert (the_key); 154 the_keymaster->head_ ()->insert (the_key);
156 else 155 else
157 { 156 {
158 the_key->x = kx; 157 the_key->x = kx;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines