--- deliantra/server/common/holy.C 2007/01/27 02:19:36 1.7 +++ deliantra/server/common/holy.C 2007/04/16 06:23:39 1.8 @@ -28,10 +28,9 @@ void init_gods (void) { - archetype *at = NULL; - LOG (llevDebug, "Initialising gods...\n"); - for (at = first_archetype; at != NULL; at = at->next) + + for (archetype *at = first_archetype; at; at = at->next) if (at->clone.type == GOD) add_god_to_list (at);