--- deliantra/server/include/sproto.h 2008/12/29 07:43:36 1.95 +++ 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 */