Difference for server/rune.c from version 1.42 to 1.43


version 1.42 version 1.43
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_rune_c =   * static char *rcsid_rune_c =
  *   "$Id: rune.c,v 1.42 2005/08/12 08:18:59 ryo_saeba Exp $";   *   "$Id: rune.c,v 1.43 2005/08/25 20:44:16 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 314
 
Line 314
      */       */
     if (mflags & P_OUT_OF_MAP) {      if (mflags & P_OUT_OF_MAP) {
  new_draw_info(NDI_UNIQUE, 0,op,"There's nothing there!");   new_draw_info(NDI_UNIQUE, 0,op,"There's nothing there!");
    return 0;
     }      }
   
     for(tmp=get_map_ob(m,x, y); tmp!=NULL;  tmp=tmp->above)  {      for(tmp=get_map_ob(m,x, y); tmp!=NULL;  tmp=tmp->above)  {


Legend:
line(s) removed in v.1.42 
line(s) changed
 line(s) added in v.1.43

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