Difference for server/player.c from version 1.69 to 1.70


version 1.69 version 1.70
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.69 2001/10/31 07:00:24 garbled Exp $";   *   "$Id: player.c,v 1.70 2001/11/02 16:22:03 michtoen Exp $";
  */   */
   
 /*  /*
Line 1739
 
Line 1739
     HandleClient(&op->contr->socket, op->contr);      HandleClient(&op->contr->socket, op->contr);
     if (op->speed_left<0) return 0;      if (op->speed_left<0) return 0;
   
       CLEAR_FLAG(op,FLAG_PARALYZED); /* if we are here, we never paralyzed anymore */
      
     if(op->direction && (op->contr->run_on || op->contr->fire_on)) {      if(op->direction && (op->contr->run_on || op->contr->fire_on)) {
  /* All move commands take 1 tick, at least for now */   /* All move commands take 1 tick, at least for now */
  op->speed_left--;   op->speed_left--;


Legend:
line(s) removed in v.1.69 
line(s) changed
 line(s) added in v.1.70

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