Difference for server/build_map.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_build_map =   * static char *rcsid_build_map =
  *   "$Id: build_map.c,v 1.3 2004/05/16 08:42:51 ryo_saeba Exp $";   *   "$Id: build_map.c,v 1.4 2005/07/19 20:59:34 ryo_saeba Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 121
 
Line 121
             return -1;              return -1;
             }              }
   
         force = get_archetype( "force" );          force = get_archetype( FORCE_NAME );
         force->speed = 0;          force->speed = 0;
         update_ob_speed( force );          update_ob_speed( force );
         force->slaying = add_string( pl->map->path );          force->slaying = add_string( pl->map->path );


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

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