Difference for common/glue.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_glue_c =   * static char *rcsid_glue_c =
  *   "$Id: glue.c,v 1.7 2002/07/15 04:25:39 mwedel Exp $";   *   "$Id: glue.c,v 1.8 2002/11/08 08:50:44 garbled Exp $";
  */   */
   
 /*  /*
Line 56
 
Line 56
 type_func_int_ob_ob esrv_update_item_func;  type_func_int_ob_ob esrv_update_item_func;
 type_func_map set_darkness_map_func;  type_func_map set_darkness_map_func;
 type_func_dragon_gain dragon_gain_func;  type_func_dragon_gain dragon_gain_func;
   type_func_char  weather_effect_func;
   
 static char *fatalmsgs[80]={  static char *fatalmsgs[80]={
   "Failed to allocate memory",    "Failed to allocate memory",
Line 95
 
Line 96
   esrv_update_item_func = dummy_function_int_ob_ob;    esrv_update_item_func = dummy_function_int_ob_ob;
   set_darkness_map_func = dummy_function_map;    set_darkness_map_func = dummy_function_map;
   dragon_gain_func = dummy_function_dragongain;    dragon_gain_func = dummy_function_dragongain;
     weather_effect_func = dummy_function_char;
 }  }
   
 /*  /*
Line 233
 
Line 235
   dragon_gain_func = addr;    dragon_gain_func = addr;
 }  }
   
   void set_weather_effect_func(type_func_char addr) {
     weather_effect_func = addr;
   }
   
 /*  /*
  * fatal() is meant to be called whenever a fatal signal is intercepted.   * fatal() is meant to be called whenever a fatal signal is intercepted.
  * It will call the emergency_save and the clean_tmp_files functions.   * It will call the emergency_save and the clean_tmp_files functions.
Line 305
 
Line 311
 void dummy_function_dragongain (object *ob, int a1, int a2) {  void dummy_function_dragongain (object *ob, int a1, int a2) {
 }  }
   
 #endif  void dummy_function_char (char *filename) {
   }
   
   #endif


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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