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.99 by root, Thu Nov 19 04:30:46 2009 UTC vs.
Revision 1.100 by root, Sat Jan 16 12:33:47 2010 UTC

211 MTH void clear_los (sint8 value = LOS_BLOCKED); 211 MTH void clear_los (sint8 value = LOS_BLOCKED);
212 MTH void update_los (); 212 MTH void update_los ();
213 213
214 shstr ACC (RW, invis_race); /* What race invisible to? */ 214 shstr ACC (RW, invis_race); /* What race invisible to? */
215 215
216 MTH const char *killer_name () const; // makes a string out of ->killer 216 MTH const_utf8_string killer_name () const; // makes a string out of ->killer
217 217
218 MTH static player *create (); 218 MTH static player *create ();
219 static player *find (const_utf8_string name); 219 static player *find (const_utf8_string name);
220 220
221 static player *load_pl (object_thawer &thawer); 221 static player *load_pl (object_thawer &thawer);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines