Difference for common/living.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.4 2000/05/15 20:57:44 jec Exp $";   *   "$Id: living.c,v 1.5 2000/05/26 09:50:45 jec Exp $";
  */   */
   
 /*  /*
Line 524
 
Line 524
         (*draw_info_func)(NDI_UNIQUE, 0, op,"You float a little lower in the air.");          (*draw_info_func)(NDI_UNIQUE, 0, op,"You float a little lower in the air.");
       else {        else {
         (*draw_info_func)(NDI_UNIQUE, 0, op,"You float down to the ground.");          (*draw_info_func)(NDI_UNIQUE, 0, op,"You float down to the ground.");
  check_walk_on(op);   check_walk_on (op, op);
       }        }
     }      }
   }    }


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

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