--- deliantra/server/include/player.h 2007/09/01 08:03:45 1.72 +++ deliantra/server/include/player.h 2007/09/04 05:43:21 1.73 @@ -172,10 +172,10 @@ shstr ACC (RW, invis_race); /* What race invisible to? */ MTH static player *create (); - static player *find (const char *name); + static player *find (const_utf8_string name); static player *load_pl (object_thawer &thawer); - MTH static player *load_pl (const char *path); + MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); } bool save_pl (object_freezer &freezer); MTH bool save_pl (const char *path);