--- deliantra/server/random_maps/standalone.C 2006/09/10 16:06:37 1.3 +++ deliantra/server/random_maps/standalone.C 2006/09/16 22:24:13 1.5 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_standalone_c = - * "$Id: standalone.C,v 1.3 2006/09/10 16:06:37 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 */ #define LO_NEWFILE 2 @@ -43,7 +37,7 @@ main (int argc, char *argv[]) { char InFileName[1024], OutFileName[1024]; - mapstruct *newMap; + maptile *newMap; RMParms rp; FILE *fp; @@ -79,7 +73,7 @@ } void -set_map_timeout (mapstruct *) +set_map_timeout (maptile *) { } /* doesn't need to do anything */ @@ -140,7 +134,7 @@ */ void -fix_auto_apply (mapstruct *m) +fix_auto_apply (maptile *m) { object *tmp, *above = NULL; int x, y; @@ -191,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); } @@ -247,7 +241,7 @@ } void -set_darkness_map (mapstruct *m) +set_darkness_map (maptile *m) { }