diff options
Diffstat (limited to 'src/animatedsprite.h')
-rw-r--r-- | src/animatedsprite.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/animatedsprite.h b/src/animatedsprite.h index 7ca87237..ea661d94 100644 --- a/src/animatedsprite.h +++ b/src/animatedsprite.h @@ -56,10 +56,12 @@ enum SpriteAction enum SpriteDirection { - DIRECTION_DOWN = 0, + DIRECTION_DEFAULT = 0, + DIRECTION_DOWN, DIRECTION_UP, DIRECTION_LEFT, - DIRECTION_RIGHT + DIRECTION_RIGHT, + DIRECTION_INVALID }; /** |