Difference for common/holy.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 7
 
Line 7
 #include <living.h>  #include <living.h>
 #include <spells.h>  #include <spells.h>
   
   static void add_god_to_list (archetype *god_arch);
   
 static godlink *init_godslist(void) {  static godlink *init_godslist(void) {
     godlink *gl = (godlink *) malloc(sizeof(godlink));      godlink *gl = (godlink *) malloc(sizeof(godlink));
     if(gl==NULL)      if(gl==NULL)
Line 33
 
Line 35
   LOG(llevDebug,"done.\n");    LOG(llevDebug,"done.\n");
 }  }
      
 /* add_god_to_list()- called only from init_gods */  static void add_god_to_list (archetype *god_arch) {
 void add_god_to_list (archetype *god_arch) {  
   godlink *god;    godlink *god;
      
   if(!god_arch) {    if(!god_arch) {
Line 63
 
Line 64
  * god in question, then set the title for later use. -b.t.   * god in question, then set the title for later use. -b.t.
  */   */
    
 int baptize_altar(object *op) {  static int baptize_altar(object *op) {
    char buf[MAX_BUF];     char buf[MAX_BUF];
         
    /* if the title field is pre-set, then that altar is     /* if the title field is pre-set, then that altar is


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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