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.6 by pippijn, Sat Jan 6 14:42:30 2007 UTC

1/* 1/*
2 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
3 3
4 Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
4 Copyright (C) 1994 Mark Wedel 5 Copyright (C) 1994 Mark Wedel
5 Copyright (C) 1992 Frank Tore Johansen 6 Copyright (C) 1992 Frank Tore Johansen
6 7
7 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
43struct Animations 44struct Animations
44{ 45{
45 shstr name; /* Name of the animation sequence */ 46 shstr name; /* Name of the animation sequence */
46 uint8 num_animations; /* How many different faces to animate */ 47 uint8 num_animations; /* How many different faces to animate */
47 uint8 facings; /* How many facings (1,2,4,8) */ 48 uint8 facings; /* How many facings (1,2,4,8) */
48 Fontindex *faces; /* The different animations */ 49 uint16 *faces; /* The different animations */
49 uint16 num; /* Where we are in the array */ 50 uint16 num; /* Where we are in the array */
50}; 51};
51 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines