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

Comparing deliantra/server/include/face.h (file contents):
Revision 1.4 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.5 by root, Wed Dec 13 21:27:09 2006 UTC

43struct Animations 43struct Animations
44{ 44{
45 shstr name; /* Name of the animation sequence */ 45 shstr name; /* Name of the animation sequence */
46 uint8 num_animations; /* How many different faces to animate */ 46 uint8 num_animations; /* How many different faces to animate */
47 uint8 facings; /* How many facings (1,2,4,8) */ 47 uint8 facings; /* How many facings (1,2,4,8) */
48 Fontindex *faces; /* The different animations */ 48 uint16 *faces; /* The different animations */
49 uint16 num; /* Where we are in the array */ 49 uint16 num; /* Where we are in the array */
50}; 50};
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines