Difference for server/build_map.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_build_map =   * static char *rcsid_build_map =
  *   "$Id: build_map.c,v 1.10 2005/11/05 21:32:17 ryo_saeba Exp $";   *   "$Id: build_map.c,v 1.11 2006/04/06 21:18:35 tchize Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 157
 
Line 157
             return -1;              return -1;
             }              }
   
         force = get_archetype( FORCE_NAME );          force = create_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.10 
line(s) changed
 line(s) added in v.1.11

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