--- deliantra/server/random_maps/random_map.h 2010/03/26 00:59:21 1.22 +++ deliantra/server/random_maps/random_map.h 2010/03/28 22:29:50 1.24 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2001 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -37,6 +37,7 @@ char layoutstyle[512]; char doorstyle[512]; char decorstyle[512]; + char miningstyle[512]; shstr origin_map; shstr final_map; char exitstyle[512];