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

Comparing deliantra/server/include/client.h (file contents):
Revision 1.99 by root, Sun Apr 11 23:56:09 2010 UTC vs.
Revision 1.100 by root, Thu Apr 15 00:36:51 2010 UTC

171 uint32 ACC (RW, last_path_repelled); /* Last spell repelled sent to client */ 171 uint32 ACC (RW, last_path_repelled); /* Last spell repelled sent to client */
172 uint32 ACC (RW, last_path_denied); /* Last spell denied sent to client */ 172 uint32 ACC (RW, last_path_denied); /* Last spell denied sent to client */
173 living ACC (RO, last_stats); /* Last stats as sent to client */ 173 living ACC (RO, last_stats); /* Last stats as sent to client */
174 float ACC (RW, last_speed); /* Last speed as sent to client */ 174 float ACC (RW, last_speed); /* Last speed as sent to client */
175 sint16 ACC (RW, last_resist[NROFATTACKS]);/* last resist values sent to client */ 175 sint16 ACC (RW, last_resist[NROFATTACKS]);/* last resist values sent to client */
176 sint64 ACC (RW, last_skill_exp[NUM_SKILLS]);/* shadow register. if != exp. obj update client */ 176 sint64 ACC (RW, last_skill_exp[CS_NUM_SKILLS]);/* shadow register. if != exp. obj update client */
177 177
178 bool ACC (RW, afk); /* player is afk */ 178 bool ACC (RW, afk); /* player is afk */
179 bool ACC (RW, sent_scroll); 179 bool ACC (RW, sent_scroll);
180 bool ACC (RW, sound); /* does the client want sound */ 180 bool ACC (RW, sound); /* does the client want sound */
181 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */ 181 bool ACC (RW, newmapcmd); /* Send newmap command when entering new map SMACFIGGEN */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines