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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.99 by root, Tue Apr 24 12:32:16 2007 UTC vs.
Revision 1.100 by root, Mon Apr 30 04:25:30 2007 UTC

204 contr->count = 0; 204 contr->count = 0;
205 } 205 }
206 206
207 /* Update any golems */ 207 /* Update any golems */
208 if (type == PLAYER) 208 if (type == PLAYER)
209 if (object *golem = contr->ranges[range_golem]) 209 if (object *golem = contr->golem)
210 { 210 {
211 int i = find_free_spot (golem, newmap, x, y, 1, SIZEOFFREE); 211 int i = find_free_spot (golem, newmap, x, y, 1, SIZEOFFREE);
212 212
213 if (i < 0) 213 if (i < 0)
214 golem->destroy (); 214 golem->destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines