Difference for common/loader.l from version 1.73 to 1.74


version 1.73 version 1.74
Line 1
 
Line 1
 %{  %{
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: loader.l,v 1.73 2006/02/05 09:10:51 mwedel Exp $";   *   "$Id: loader.l,v 1.74 2006/02/07 07:54:45 mwedel Exp $";
  */   */
   
 /*  /*
Line 46
 
Line 46
 static char lorebuf[HUGE_BUF];  static char lorebuf[HUGE_BUF];
   
 /* Maps the MOVE_* values to names */  /* Maps the MOVE_* values to names */
 static char *move_name[] = {"walk", "fly_low", "fly_high", "swim", NULL};  static char *move_name[] = {"walk", "fly_low", "fly_high", "swim", "boat",
       NULL};
   
 /* This table is only necessary to convert objects that existed before the  /* This table is only necessary to convert objects that existed before the
  * spell object conversion to the new object.  It was not practical   * spell object conversion to the new object.  It was not practical


Legend:
line(s) removed in v.1.73 
line(s) changed
 line(s) added in v.1.74

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