--- deliantra/server/socket/info.C 2006/09/10 13:43:33 1.5 +++ deliantra/server/socket/info.C 2006/09/16 22:24:13 1.7 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_sock_info_c = - * "$Id: info.C,v 1.5 2006/09/10 13:43:33 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at */ /** @@ -357,7 +351,7 @@ */ void -new_info_map_except (int color, mapstruct *map, object *op, const char *str) +new_info_map_except (int color, maptile *map, object *op, const char *str) { player *pl; @@ -373,7 +367,7 @@ */ void -new_info_map_except2 (int color, mapstruct *map, object *op1, object *op2, const char *str) +new_info_map_except2 (int color, maptile *map, object *op1, object *op2, const char *str) { player *pl; @@ -389,7 +383,7 @@ */ void -new_info_map (int color, mapstruct *map, const char *str) +new_info_map (int color, maptile *map, const char *str) { player *pl; @@ -514,7 +508,7 @@ { int x, y, dx, dy, mflags; sint16 nx, ny; - mapstruct *mp; + maptile *mp; New_Face *f; for (dx = -1; dx <= 1; dx++) @@ -580,7 +574,7 @@ { int x, y, mflags; sint16 nx, ny; - mapstruct *mp; + maptile *mp; New_Face *f; for (x = -strength; x < strength; x++)