Difference for common/map.c from version 1.109 to 1.110


version 1.109 version 1.110
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.109 2006/06/05 06:28:56 mwedel Exp $";   *   "$Id: map.c,v 1.110 2006/07/17 18:57:50 qal21 Exp $";
  */   */
   
 /*  /*
Line 377
 
Line 377
      /* Broke apart a big nasty if into several here to make       /* Broke apart a big nasty if into several here to make
       * this more readable.  first check - if the space blocks        * this more readable.  first check - if the space blocks
       * movement, can't move here.        * movement, can't move here.
       * second - if a monster, can't move there, unles it is a         * second - if a monster, can't move there, unless it is a
       * hidden dm        * hidden dm
       */        */
      if (OB_MOVE_BLOCK(ob, tmp)) return 1;       if (OB_MOVE_BLOCK(ob, tmp)) return 1;


Legend:
line(s) removed in v.1.109 
line(s) changed
 line(s) added in v.1.110

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