aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.h')
-rw-r--r--saga/animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/animation.h b/saga/animation.h
index ca42be0cab..25b24fcfa0 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -75,7 +75,7 @@ struct AnimationData {
uint16 completed;
uint16 cycles;
-
+
int frameTime;
AnimationState state;
@@ -83,7 +83,7 @@ struct AnimationData {
uint16 flags;
AnimationData(const byte *animResourceData, size_t animResourceLength) {
- memset(this, 0, sizeof(*this));
+ memset(this, 0, sizeof(*this));
resourceLength = animResourceLength;
resourceData = (byte*)malloc(animResourceLength);
memcpy(resourceData, animResourceData, animResourceLength);