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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.88 by root, Thu Jan 18 16:19:34 2007 UTC vs.
Revision 1.89 by root, Fri Jan 19 17:50:11 2007 UTC

120 object_ptr ACC (RW, spell); /* Spell that was being cast */ 120 object_ptr ACC (RW, spell); /* Spell that was being cast */
121 object_ptr ACC (RW, current_weapon); /* Pointer to the weapon currently used */ 121 object_ptr ACC (RW, current_weapon); /* Pointer to the weapon currently used */
122 arch_ptr ACC (RW, arch); /* Pointer to archetype */ 122 arch_ptr ACC (RW, arch); /* Pointer to archetype */
123 arch_ptr ACC (RW, other_arch);/* Pointer used for various things - mostly used for what */ 123 arch_ptr ACC (RW, other_arch);/* Pointer used for various things - mostly used for what */
124 124
125 New_Face *ACC (RW, face); /* Face with colors */ 125 facetile *ACC (RW, face); /* Face with colors */
126 float ACC (RW, speed); /* The overall speed of this object */ 126 float ACC (RW, speed); /* The overall speed of this object */
127 float ACC (RW, speed_left); /* How much speed is left to spend this round */ 127 float ACC (RW, speed_left); /* How much speed is left to spend this round */
128 uint32 ACC (RW, nrof); /* How many of the objects */ 128 uint32 ACC (RW, nrof); /* How many of the objects */
129 129
130 /* This next big block are basically used for monsters and equipment */ 130 /* This next big block are basically used for monsters and equipment */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines