Difference for server/plugins.c from version 1.43 to 1.44


version 1.43 version 1.44
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.43 2005/10/01 16:36:35 ryo_saeba Exp $";   *   "$Id: plugins.c,v 1.44 2005/10/07 17:54:48 akirschbaum Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 1277
 
Line 1277
 }  }
   
 /*****************************************************************************/  /*****************************************************************************/
 /* ObjectCreateClone object_copy wrapper.                                    */  /* object_create_clone object_copy wrapper.                                  */
 /*****************************************************************************/  /*****************************************************************************/
 /* 0 - object                                                                */  /* 0 - object                                                                */
 /* 1 - type 0 = clone with inventory                                         */  /* 1 - type 0 = clone with inventory                                         */
Line 1287
 
Line 1287
 {  {
     CFParm* CFP=(CFParm*)malloc(sizeof (CFParm));      CFParm* CFP=(CFParm*)malloc(sizeof (CFParm));
     if (*(int*)PParm->Value[1]==0)      if (*(int*)PParm->Value[1]==0)
         CFP->Value[0]=ObjectCreateClone ((object*)PParm->Value[0]);          CFP->Value[0]=object_create_clone ((object*)PParm->Value[0]);
     else if (*(int*)PParm->Value[1]==1)      else if (*(int*)PParm->Value[1]==1)
         {          {
         object* tmp;          object* tmp;


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

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