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.45 by root, Fri Sep 19 01:39:45 2008 UTC vs.
Revision 1.46 by root, Mon Sep 29 09:04:50 2008 UTC

259 259
260failure: 260failure:
261 LOG (llevError, "%s: too many or too grave errors, aborting player load.\n", f.name); 261 LOG (llevError, "%s: too many or too grave errors, aborting player load.\n", f.name);
262 262
263 if (pl->ob) 263 if (pl->ob)
264 pl->ob->destroy (); 264 pl->ob->destroy (true);
265 265
266 pl->destroy (); 266 pl->destroy ();
267 267
268 return 0; 268 return 0;
269} 269}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines