Difference for server/move.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_move_c =   * static char *rcsid_move_c =
  *    "$Id: move.c,v 1.3 2000/05/26 09:50:49 jec Exp $";   *    "$Id: move.c,v 1.4 2001/03/30 07:27:48 mwedel Exp $";
  */   */
   
 /*  /*
Line 137
 
Line 137
   if (op->type==PLAYER) {    if (op->type==PLAYER) {
     esrv_map_scroll(&op->contr->socket, freearr_x[dir],freearr_y[dir]);      esrv_map_scroll(&op->contr->socket, freearr_x[dir],freearr_y[dir]);
     op->contr->socket.update_look=1;      op->contr->socket.update_look=1;
       op->contr->socket.look_position=0;
   }    }
   return 1;    return 1;
 }  }


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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