--- deliantra/server/socket/info.C 2006/09/14 22:34:05 1.6 +++ deliantra/server/socket/info.C 2006/09/16 22:24:13 1.7 @@ -351,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; @@ -367,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; @@ -383,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; @@ -508,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++) @@ -574,7 +574,7 @@ { int x, y, mflags; sint16 nx, ny; - mapstruct *mp; + maptile *mp; New_Face *f; for (x = -strength; x < strength; x++)