Difference for server/player.c from version 1.146 to 1.147


version 1.146 version 1.147
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.146 2004/02/27 23:00:28 ryo_saeba Exp $";   *   "$Id: player.c,v 1.147 2004/02/29 02:46:28 temitchell Exp $";
  */   */
   
 /*  /*
Line 1666
 
Line 1666
  new_draw_info_format(NDI_UNIQUE, 0,op,   new_draw_info_format(NDI_UNIQUE, 0,op,
       "The %s whines for a while, but nothing happens.", query_base_name(item,0));        "The %s whines for a while, but nothing happens.", query_base_name(item,0));
      else       else
      new_draw_info(NDI_UNIQUE, 0,op,       new_draw_info_format(NDI_UNIQUE, 0,op,
    "No matter how hard you try you can't get another note out.");     "The %s needs more time to charge.", query_base_name(item,0));
      return;       return;
  }   }
     }      }


Legend:
line(s) removed in v.1.146 
line(s) changed
 line(s) added in v.1.147

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