Difference for server/plugins.c from version 1.54 to 1.55


version 1.54 version 1.55
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.54 2005/11/10 08:22:11 akirschbaum Exp $";   *   "$Id: plugins.c,v 1.55 2005/11/16 08:16:09 mwedel Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 3113
 
Line 3113
     {      {
         int k;          int k;
         object *tmp;          object *tmp;
         k = find_first_free_spot(who->arch,map,x,y);          k = find_first_free_spot(who,map,x,y);
         if (k==-1)          if (k==-1)
         {          {
             result = 1;              result = 1;


Legend:
line(s) removed in v.1.54 
line(s) changed
 line(s) added in v.1.55

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