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.87 by root, Tue Dec 23 00:39:48 2008 UTC vs.
Revision 1.88 by root, Tue Dec 23 06:58:23 2008 UTC

186 { 186 {
187 return los[dx + LOS_X0][dy + LOS_Y0]; 187 return los[dx + LOS_X0][dy + LOS_Y0];
188 } 188 }
189 189
190 MTH void clear_los (sint8 value = LOS_BLOCKED); 190 MTH void clear_los (sint8 value = LOS_BLOCKED);
191 MTH void update_los ();
191 192
192 shstr ACC (RW, invis_race); /* What race invisible to? */ 193 shstr ACC (RW, invis_race); /* What race invisible to? */
193 194
194 MTH const char *killer_name () const; // makes a string out of ->killer 195 MTH const char *killer_name () const; // makes a string out of ->killer
195 196

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines