Difference for common/button.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_button_c =   * static char *rcsid_button_c =
  *   "$Id: button.c,v 1.22 2003/10/07 07:02:01 mwedel Exp $";   *   "$Id: button.c,v 1.23 2003/10/27 03:44:33 temitchell Exp $";
  */   */
   
 /*  /*
Line 139
 
Line 139
  (*move_creator_func)(tmp);   (*move_creator_func)(tmp);
  break;   break;
   
    case TRIGGER_MARKER:
    (*move_trigger_marker_func)(tmp);
    break;
   
      case DUPLICATOR:       case DUPLICATOR:
  (*move_duplicator_func)(tmp);   (*move_duplicator_func)(tmp);
  break;   break;


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

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