Difference for common/glue.c from version 1.11 to 1.12


version 1.11 version 1.12
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_glue_c =   * static char *rcsid_glue_c =
  *   "$Id: glue.c,v 1.11 2003/10/26 06:56:56 mwedel Exp $";   *   "$Id: glue.c,v 1.12 2003/10/27 03:44:33 temitchell Exp $";
  */   */
   
 /*  /*
Line 50
 
Line 50
 type_func_ob move_firewall_func;  type_func_ob move_firewall_func;
 type_func_ob_int  trap_adjust_func;  type_func_ob_int  trap_adjust_func;
 type_func_ob    move_creator_func;  type_func_ob    move_creator_func;
   type_func_ob    move_trigger_marker_func;
 type_func_ob move_duplicator_func;  type_func_ob move_duplicator_func;
 type_func_ob_ob esrv_send_item_func;  type_func_ob_ob esrv_send_item_func;
 type_func_player_int esrv_del_item_func;  type_func_player_int esrv_del_item_func;
Line 91
 
Line 92
   move_firewall_func = dummy_function_ob;    move_firewall_func = dummy_function_ob;
   trap_adjust_func = dummy_function_ob_int;    trap_adjust_func = dummy_function_ob_int;
   move_creator_func = dummy_function_ob;    move_creator_func = dummy_function_ob;
    move_trigger_marker_func=dummy_function_ob;
   move_duplicator_func = dummy_function_ob;    move_duplicator_func = dummy_function_ob;
   esrv_send_item_func = dummy_function_ob2;    esrv_send_item_func = dummy_function_ob2;
   esrv_del_item_func = dummy_function_player_int;    esrv_del_item_func = dummy_function_player_int;
Line 208
 
Line 210
   move_creator_func = addr;    move_creator_func = addr;
 }  }
   
   void set_move_trigger_marker(type_func_ob addr) {
     move_trigger_marker_func = addr;
   }
   
 void set_move_duplicator(type_func_ob addr) {  void set_move_duplicator(type_func_ob addr) {
   move_duplicator_func = addr;    move_duplicator_func = addr;
 }  }


Legend:
line(s) removed in v.1.11 
line(s) changed
 line(s) added in v.1.12

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