ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.72 by root, Sat Sep 1 08:03:45 2007 UTC vs.
Revision 1.73 by root, Tue Sep 4 05:43:21 2007 UTC

170 /* MAP_CLIENT_.., the upper left is used */ 170 /* MAP_CLIENT_.., the upper left is used */
171 171
172 shstr ACC (RW, invis_race); /* What race invisible to? */ 172 shstr ACC (RW, invis_race); /* What race invisible to? */
173 173
174 MTH static player *create (); 174 MTH static player *create ();
175 static player *find (const char *name); 175 static player *find (const_utf8_string name);
176 176
177 static player *load_pl (object_thawer &thawer); 177 static player *load_pl (object_thawer &thawer);
178 MTH static player *load_pl (const char *path); 178 MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); }
179 179
180 bool save_pl (object_freezer &freezer); 180 bool save_pl (object_freezer &freezer);
181 MTH bool save_pl (const char *path); 181 MTH bool save_pl (const char *path);
182 182
183 void do_destroy (); 183 void do_destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines