Difference for server/plugins.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_plugins_c =   * static char *rcsid_plugins_c =
  *   "$Id: plugins.c,v 1.17 2002/09/07 22:08:07 mwedel Exp $";   *   "$Id: plugins.c,v 1.18 2003/05/31 11:48:27 gros Exp $";
  */   */
   
 /*****************************************************************************/  /*****************************************************************************/
Line 1603
 
Line 1603
     return CFP;      return CFP;
 }  }
 /*****************************************************************************/  /*****************************************************************************/
   /* Sets a variable in a given object.                                        */
   /*****************************************************************************/
   /* 0 - object to change                                                      */
   /* 1 - string describing the change to make.                                 */
   /*****************************************************************************/
   CFParm* CFWSetVariable(CFParm* PParm)
   {
       set_variable((object*)(PParm->Value[0]), (char *)(PParm->Value[1]));
       return NULL;
   }
   
   /*****************************************************************************/
 /* teleport an object to another map                                         */  /* teleport an object to another map                                         */
 /*****************************************************************************/  /*****************************************************************************/
 /* 0 - object                                                                */  /* 0 - object                                                                */


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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