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.21 by root, Fri Feb 16 19:43:41 2007 UTC vs.
Revision 1.22 by root, Thu Mar 1 20:25:06 2007 UTC

253 } 253 }
254 254
255failure: 255failure:
256 LOG (llevError, "%s: too many or too grave errors, aborting player load.\n", f.name); 256 LOG (llevError, "%s: too many or too grave errors, aborting player load.\n", f.name);
257 257
258 if (pl->ob)
258 pl->ob->destroy (); 259 pl->ob->destroy ();
260
259 pl->destroy (); 261 pl->destroy ();
260 262
261 return 0; 263 return 0;
262} 264}
263 265

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines