Difference for server/main.c from version 1.46 to 1.47


version 1.46 version 1.47
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.46 2001/08/29 15:55:24 reeve Exp $";   *    "$Id: main.c,v 1.47 2001/08/29 16:31:06 reeve Exp $";
  */   */
   
 /*  /*
Line 728
 
Line 728
  }   }
      }       }
 #endif  #endif
      if(pl->ob != NULL && pl->ob->speed_left>0) {              if(pl->ob == NULL) {
                   /* I take it this should never happen,
                      but it seems to anyway :( */
                   flag = 1;
               } else if(pl->ob->speed_left>0) {
  if (handle_newcs_player(pl->ob))   if (handle_newcs_player(pl->ob))
      flag=1;       flag=1;
      } /* end if player has speed left */       } /* end if player has speed left */


Legend:
line(s) removed in v.1.46 
line(s) changed
 line(s) added in v.1.47

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:36