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.93 by root, Tue Mar 6 03:10:11 2007 UTC vs.
Revision 1.94 by root, Wed Mar 14 04:12:29 2007 UTC

237 * is needed after the players have been updated. 237 * is needed after the players have been updated.
238 */ 238 */
239static void 239static void
240process_players1 () 240process_players1 ()
241{ 241{
242 int flag;
243
244 /* Basically, we keep looping until all the players have done their actions. */ 242 /* Basically, we keep looping until all the players have done their actions. */
245 for (flag = 1; flag != 0;) 243 for (int flag = 1; flag != 0;)
246 { 244 {
247 flag = 0; 245 flag = 0;
248 for_all_players (pl) 246 for_all_players (pl)
249 { 247 {
250 pl->refcnt_chk (); 248 pl->refcnt_chk ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines