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.88 by root, Wed Jan 24 16:36:10 2007 UTC vs.
Revision 1.89 by root, Sun Feb 4 17:51:12 2007 UTC

250 pl->refcnt_chk (); 250 pl->refcnt_chk ();
251 251
252 if (!pl->ob || !pl->ns || !pl->ob->active) 252 if (!pl->ob || !pl->ns || !pl->ob->active)
253 continue; 253 continue;
254 254
255 if (pl->ob->speed_left > 0) 255 if (pl->ob->speed_left > 0 && pl->ns)
256 if (handle_newcs_player (pl->ob)) 256 if (handle_newcs_player (pl->ob))
257 flag = 1; 257 flag = 1;
258 258
259 /* If the player is not actively playing, don't make a 259 /* If the player is not actively playing, don't make a
260 * backup save - nothing to save anyway. Plus, the 260 * backup save - nothing to save anyway. Plus, the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines