--- deliantra/server/common/holy.C 2009/11/06 13:31:47 1.22 +++ deliantra/server/common/holy.C 2009/11/29 10:55:18 1.23 @@ -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");