--- deliantra/server/common/holy.C 2009/11/06 13:31:47 1.22 +++ deliantra/server/common/holy.C 2010/03/26 01:04:43 1.25 @@ -1,9 +1,9 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team - * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team - * Copyright (©) 1992,2007 Frank Tore Johansen + * 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 * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -68,7 +68,7 @@ } godlink * -get_rand_god (void) +get_rand_god () { godlink *god = first_god; int i; @@ -99,7 +99,7 @@ /* init_gods() - this takes a look at all of the archetypes to find * the objects which correspond to the GODS (type GOD) */ void -init_gods (void) +init_gods () { LOG (llevDebug, "Initialising gods...\n");