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

Comparing deliantra/server/server/build_map.C (file contents):
Revision 1.18 by root, Tue Dec 26 08:17:59 2006 UTC vs.
Revision 1.19 by root, Tue Dec 26 08:54:59 2006 UTC

161 new_draw_info (NDI_UNIQUE, 0, pl, "Could not create more groups."); 161 new_draw_info (NDI_UNIQUE, 0, pl, "Could not create more groups.");
162 return -1; 162 return -1;
163 } 163 }
164 164
165 force = get_archetype (FORCE_NAME); 165 force = get_archetype (FORCE_NAME);
166 force->speed = 0;
167 update_ob_speed (force);
168 force->slaying = pl->map->path; 166 force->slaying = pl->map->path;
169 force->msg = rune->msg; 167 force->msg = rune->msg;
170 force->path_attuned = connected; 168 force->path_attuned = connected;
169 force->set_speed (0);
171 insert_ob_in_ob (force, pl); 170 insert_ob_in_ob (force, pl);
172 171
173 return connected; 172 return connected;
174 } 173 }
175 174

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines