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

Comparing deliantra/server/common/init.C (file contents):
Revision 1.18 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.19 by root, Sun Dec 31 21:02:04 2006 UTC

229 while (at) 229 while (at)
230 { 230 {
231 if (at->clone.type == MAP) 231 if (at->clone.type == MAP)
232 { 232 {
233 if (at->clone.race) 233 if (at->clone.race)
234 strcpy (first_map_ext_path, at->clone.race); 234 first_map_ext_path = at->clone.race;
235 235
236 if (EXIT_PATH (&at->clone)) 236 if (EXIT_PATH (&at->clone))
237 { 237 {
238 strcpy (first_map_path, EXIT_PATH (&at->clone)); 238 first_map_path = EXIT_PATH (&at->clone);
239 return; 239 return;
240 } 240 }
241 } 241 }
242 242
243 at = at->next; 243 at = at->next;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines