--- deliantra/server/common/material.C 2010/03/26 00:59:20 1.9 +++ deliantra/server/common/material.C 2010/04/15 03:34:30 1.11 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -200,6 +200,7 @@ LOG (llevDebug, "Reading material type data from %s...\n", filename); //TODO: somehow free old materials, or update them in-place + // currently we effectively leak them. material_null.next = 0; materialt = &material_null; object_thawer thawer (filename);