--- deliantra/server/include/sproto.h 2008/12/28 07:37:55 1.94 +++ deliantra/server/include/sproto.h 2008/12/31 17:35:37 1.96 @@ -279,7 +279,7 @@ /* gods.c */ int lookup_god_by_name (const char *name); object *find_god (const char *name); -const char *determine_god (object *op); +shstr_tmp determine_god (object *op); void pray_at_altar (object *pl, object *altar, object *skill); void become_follower (object *op, object *new_god); int worship_forbids_use (object *op, object *exp_obj, uint32 flag, const char *string); @@ -290,7 +290,7 @@ int god_examines_priest (object *op, object *god); int god_examines_item (object *god, object *item); int get_god (object *priest); -const char *get_god_for_race (const char *race); +shstr_tmp get_god_for_race (const char *race); int tailor_god_spell (object *spellop, object *caster); /* init.c */ @@ -397,7 +397,6 @@ int summon_golem (object *op, object *caster, int dir, object *spob); object *choose_cult_monster (object *pl, object *god, int summon_level); int summon_object (object *op, object *caster, object *spell_ob, int dir, const char *stringarg); -object *get_real_owner (object *ob); int should_arena_attack (object *pet, object *owner, object *target); /* player.c */