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.69 by root, Sun Dec 31 17:17:23 2006 UTC vs.
Revision 1.70 by root, Sun Dec 31 21:02:05 2006 UTC

210 210
211 enemy = NULL; 211 enemy = NULL;
212 212
213 if (contr) 213 if (contr)
214 { 214 {
215 strcpy (contr->maplevel, newmap->path); 215 contr->maplevel = newmap->path;
216 contr->count = 0; 216 contr->count = 0;
217 } 217 }
218 218
219 /* Update any golems */ 219 /* Update any golems */
220 if (type == PLAYER && contr->ranges[range_golem]) 220 if (type == PLAYER && contr->ranges[range_golem])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines