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

Comparing deliantra/server/common/player.C (file contents):
Revision 1.33 by root, Sun Jul 1 05:00:17 2007 UTC vs.
Revision 1.34 by root, Tue Sep 4 05:43:21 2007 UTC

266 pl->destroy (); 266 pl->destroy ();
267 267
268 return 0; 268 return 0;
269} 269}
270 270
271player *
272player::load_pl (const char *path)
273{
274 object_thawer f (path);
275
276 if (!f)
277 return 0;
278
279 f.next ();
280
281 return load_pl (f);
282}
283

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines