--- deliantra/server/random_maps/random_map.h 2006/12/31 20:46:17 1.7 +++ deliantra/server/random_maps/random_map.h 2007/01/11 00:41:08 1.10 @@ -1,6 +1,7 @@ /* * CrossFire, A Multiplayer game for X-windows * + * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team * Copyright (C) 2001 Mark Wedel & Crossfire Development Team * Copyright (C) 1992 Frank Tore Johansen * @@ -39,6 +40,7 @@ char exitstyle[512]; shstr this_map; char exit_on_final_map[512]; + char *custom; int Xsize; int Ysize; @@ -50,8 +52,10 @@ int difficulty; int difficulty_given; float difficulty_increase; + int dungeon_level; int dungeon_depth; + int decoroptions; int orientation; int origin_y;