aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/animation.h')
-rw-r--r--saga/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/animation.h b/saga/animation.h
index ca6c027f73..184c122ce9 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -116,7 +116,7 @@ public:
Anim(SagaEngine *vm);
~Anim(void);
- uint16 load(const byte *animResourceData, size_t animResourceLength);
+ void load(uint16 animId, const byte *animResourceData, size_t animResourceLength);
void freeId(uint16 animId);
void play(uint16 animId, int vectorTime, bool playing = true);
void link(int16 animId1, int16 animId2);