--- deliantra/server/include/face.h 2006/09/16 22:06:17 1.4 +++ deliantra/server/include/face.h 2006/12/13 21:27:09 1.5 @@ -45,7 +45,7 @@ shstr name; /* Name of the animation sequence */ uint8 num_animations; /* How many different faces to animate */ uint8 facings; /* How many facings (1,2,4,8) */ - Fontindex *faces; /* The different animations */ + uint16 *faces; /* The different animations */ uint16 num; /* Where we are in the array */ };