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.73 by root, Tue Jan 2 11:08:36 2007 UTC vs.
Revision 1.74 by root, Tue Jan 2 19:18:34 2007 UTC

491{ 491{
492 LOG (llevDebug, "emergency save begin.\n"); 492 LOG (llevDebug, "emergency save begin.\n");
493 493
494 LOG (llevDebug, "saving players.\n"); 494 LOG (llevDebug, "saving players.\n");
495 for_all_players (pl) 495 for_all_players (pl)
496 {
496 pl->save (1); 497 pl->save (true);
498 pl->enable_save = true;
499 }
497 500
498// for_all_players (pl) 501// for_all_players (pl)
499// if (pl->ob) 502// if (pl->ob)
500// pl->ob->remove (); 503// pl->ob->remove ();
501 504

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines