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.85 by root, Fri Dec 19 22:47:29 2008 UTC vs.
Revision 1.86 by root, Sat Dec 20 02:32:31 2008 UTC

185 sint8 blocked_los_uc (int dx, int dy) const 185 sint8 blocked_los_uc (int dx, int dy) const
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);
191
190 shstr ACC (RW, invis_race); /* What race invisible to? */ 192 shstr ACC (RW, invis_race); /* What race invisible to? */
191 193
192 MTH const char *killer_name () const; // makes a string out of ->killer 194 MTH const char *killer_name () const; // makes a string out of ->killer
193 195
194 MTH static player *create (); 196 MTH static player *create ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines