--- deliantra/server/random_maps/standalone.C 2006/09/14 22:34:02 1.4 +++ deliantra/server/random_maps/standalone.C 2006/09/16 22:24:13 1.5 @@ -37,7 +37,7 @@ main (int argc, char *argv[]) { char InFileName[1024], OutFileName[1024]; - mapstruct *newMap; + maptile *newMap; RMParms rp; FILE *fp; @@ -73,7 +73,7 @@ } void -set_map_timeout (mapstruct *) +set_map_timeout (maptile *) { } /* doesn't need to do anything */ @@ -134,7 +134,7 @@ */ void -fix_auto_apply (mapstruct *m) +fix_auto_apply (maptile *m) { object *tmp, *above = NULL; int x, y; @@ -185,7 +185,7 @@ } void -new_info_map (int color, mapstruct *map, const char *str) +new_info_map (int color, maptile *map, const char *str) { fprintf (logfile, "new_info_map: %s\n", str); } @@ -241,7 +241,7 @@ } void -set_darkness_map (mapstruct *m) +set_darkness_map (maptile *m) { }