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


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.7 2000/04/17 14:18:13 jec Exp $";   *   "$Id: map.c,v 1.8 2000/04/27 07:34:56 cvs Exp $";
  */   */
   
 /*  /*
Line 586
 
Line 586
  LOG(llevDebug,"Discarded object %s - invalid archetype.\n",op->name);   LOG(llevDebug,"Discarded object %s - invalid archetype.\n",op->name);
      continue;       continue;
  }   }
   #if 0
  /* this hack allows for 'unused' altars (see below) to have a    /* this hack allows for 'unused' altars (see below) to have a
  * random god (see the 'god table' in god.c) associated w/ it -b.t.    * random god (see the 'god table' in god.c) associated w/ it -b.t.
  */   */
Line 594
 
Line 595
     if(baptize_altar(op))      if(baptize_altar(op))
  LOG(llevDebug,"Baptized altar to %s\n",op->title);   LOG(llevDebug,"Baptized altar to %s\n",op->title);
 #endif  #endif
   #endif
  switch(i) {   switch(i) {
    case LL_NORMAL:     case LL_NORMAL:
      insert_ob_in_map_simple(op,m);       insert_ob_in_map_simple(op,m);


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:14