diff --git a/source/animatedsprite.h b/source/animatedsprite.h index c83f9fe..81c4a83 100644 --- a/source/animatedsprite.h +++ b/source/animatedsprite.h @@ -5,9 +5,6 @@ #ifndef ANIMATEDSPRITE_H #define ANIMATEDSPRITE_H -#define MAX_FRAMES 30 -#define MAX_ANIMATIONS 20 - // Clase AnimatedSprite class AnimatedSprite : public MovingSprite {