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.14 by root, Tue Sep 5 18:59:18 2006 UTC vs.
Revision 1.15 by root, Fri Sep 8 16:51:44 2006 UTC

174 sint8 levhp[11]; /* What the player gained on that level */ 174 sint8 levhp[11]; /* What the player gained on that level */
175 sint8 levsp[11]; /* Same for sp */ 175 sint8 levsp[11]; /* Same for sp */
176 sint8 levgrace[11]; /* And same for grace */ 176 sint8 levgrace[11]; /* And same for grace */
177 177
178 char killer[BIG_NAME]; /* Who killed this player. */ 178 char killer[BIG_NAME]; /* Who killed this player. */
179 char last_tell[MAX_NAME]; /* last player that told you something [mids 01/14/2002] */
180 179
181 char write_buf[MAX_BUF]; /* Holds arbitrary input from client */ 180 char write_buf[MAX_BUF]; /* Holds arbitrary input from client */
182 char input_buf[MAX_BUF]; /* Holds command to run */ 181 char input_buf[MAX_BUF]; /* Holds command to run */
183 char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ 182 char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */
184 183

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines