Difference for server/main.c from version 1.74 to 1.75


version 1.74 version 1.75
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.74 2003/02/17 02:37:38 mwedel Exp $";   *    "$Id: main.c,v 1.75 2003/03/19 08:09:59 mwedel Exp $";
  */   */
   
 /*  /*
Line 945
 
Line 945
  * is based on ticks, and not the creatures speed?   * is based on ticks, and not the creatures speed?
  */   */
  if (op->anim_speed && op->last_anim >= op->anim_speed) {   if (op->anim_speed && op->last_anim >= op->anim_speed) {
      animate_object (op);       animate_object (op, op->direction);
      op->last_anim = 1;       op->last_anim = 1;
  } else {   } else {
      op->last_anim++;       op->last_anim++;


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

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