--- deliantra/server/include/libproto.h 2010/03/26 01:04:44 1.85 +++ deliantra/server/include/libproto.h 2010/04/13 02:39:53 1.88 @@ -72,7 +72,7 @@ void dump_friendly_objects (); void clean_friendly_list (); /* glue.c */ -void fatal (int err); +void fatal (const char *msg); /* holy.c */ void init_gods (); godlink *get_rand_god (); @@ -103,7 +103,7 @@ const typedata *get_typedata (int itemtype); const typedata *get_typedata_by_name (const char *name); const char *describe_resistance (const object *op, int newline); -const char *get_levelnumber (int i); +const char *ordinal (int i); const char *describe_item (const object *op, object *owner); int is_magical (const object *op); int need_identify (const object *op); @@ -249,7 +249,7 @@ char *get_ob_diff (object *op, object *op2); bool load_resource_file_ (const char *filename); /* map.c */ -maptile *find_style (const char *dirname, const char *stylename, int difficulty); +maptile *find_style (const char *dirname, const char *stylename, int difficulty, bool recurse = false); object *pick_random_object (maptile *style); /* former funcpoint.h */