diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-09-16 13:50:27 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2006-09-16 13:50:27 +0000 |
commit | 3dd5378899a9bf12b3c17ff39d9390155a5a49d2 (patch) | |
tree | 86aa88bb4f5a3f9fef17d57289486191a8fb5db0 /src/animatedsprite.h | |
parent | b9b94c857cbf2dbf6036b86e7d59be649c018eac (diff) | |
download | mana-3dd5378899a9bf12b3c17ff39d9390155a5a49d2.tar.gz mana-3dd5378899a9bf12b3c17ff39d9390155a5a49d2.tar.bz2 mana-3dd5378899a9bf12b3c17ff39d9390155a5a49d2.tar.xz mana-3dd5378899a9bf12b3c17ff39d9390155a5a49d2.zip |
Fixed line-endings and set missing properties.
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index c860b46d..7ca87237 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -18,7 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: animation.h 2430 2006-07-24 00:13:24Z b_lindeijer $ + * $Id$ */ #ifndef _TMW_ANIMATEDSPRITE_H @@ -50,7 +50,7 @@ enum SpriteAction ACTION_SIT, ACTION_SLEEP, ACTION_HURT, - ACTION_DEAD,
+ ACTION_DEAD, ACTION_INVALID }; |